* README: Bump version to 7.3alpha3.
* configure.ac: Likewise.
* include/gc_version.h (GC_TMP_ALPHA_VERSION): Likewise.
It is included here only because the atomic_ops distribution is, for
simplicity, included in its entirety.
-This is version 7.3alpha2 of a conservative garbage collector for C and C++.
+This is version 7.3alpha3 of a conservative garbage collector for C and C++.
You might find a more recent version of this at
dnl Process this file with autoconf to produce configure.
# Initialization
-AC_INIT(gc,7.3alpha2,gc@linux.hpl.hp.com)
+AC_INIT(gc,7.3alpha3,gc@linux.hpl.hp.com)
## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)?
AC_CONFIG_SRCDIR(gcj_mlc.c)
AC_CONFIG_MACRO_DIR([m4])
/* it to keep the old-style build process working. */
#define GC_TMP_VERSION_MAJOR 7
#define GC_TMP_VERSION_MINOR 3
-#define GC_TMP_ALPHA_VERSION 2 /* 7.3alpha2 */
+#define GC_TMP_ALPHA_VERSION 3 /* 7.3alpha3 */
#ifndef GC_NOT_ALPHA
# define GC_NOT_ALPHA 0xff