* README: Change version to 7.3alpha1.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MINOR, GC_TMP_ALPHA_VERSION):
Likewise.
It is included here only becuase the atomic_ops distribution is, for
simplicity, included in its entirety.
-This is version 7.2alpha7 of a conservative garbage collector for C and C++.
+This is version 7.3alpha1 of a conservative garbage collector for C and C++.
You might find a more recent version of this at
# Initialization
# ==============
-AC_INIT(gc,7.2alpha7,hans.boehm@hp.com)
+AC_INIT(gc,7.3alpha1,hans.boehm@hp.com)
## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)?
AC_CONFIG_SRCDIR(gcj_mlc.c)
AC_CONFIG_MACRO_DIR([m4])
/* Eventually this one may become unnecessary. For now we need */
/* it to keep the old-style build process working. */
#define GC_TMP_VERSION_MAJOR 7
-#define GC_TMP_VERSION_MINOR 2
-#define GC_TMP_ALPHA_VERSION 7
+#define GC_TMP_VERSION_MINOR 3
+#define GC_TMP_ALPHA_VERSION 1 /* 7.3alpha1 */
#ifndef GC_NOT_ALPHA
# define GC_NOT_ALPHA 0xff