* ChangeLog: Set release dates.
* README: Bump version.
* configure.ac: Likewise.
* include/gc_version.h (GC_TMP_ALPHA_VERSION): Likewise.
-== [7.3alpha2] (development) ==
+== [7.3alpha2] 2012-05-11 ==
* Add 'const' qualifier to pointer argument of some API functions.
* Add GC_UNDERSCORE_STDCALL, UNICODE macro templates to configure (Win32).
* Use union of AO_t and word to favor strict-aliasing compiler optimization.
-== [7.2] (candidate) ==
+== [7.2] 2012-05-11 ==
* Abort in GC_thr_init on pthread_atfork failure (POSIX threads).
* Add GC_WIN32_PTHREADS target in configure.
It is included here only because the atomic_ops distribution is, for
simplicity, included in its entirety.
-This is version 7.3alpha1 of a conservative garbage collector for C and C++.
+This is version 7.3alpha2 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.3alpha1,gc@linux.hpl.hp.com)
+AC_INIT(gc,7.3alpha2,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 1 /* 7.3alpha1 */
+#define GC_TMP_ALPHA_VERSION 2 /* 7.3alpha2 */
#ifndef GC_NOT_ALPHA
# define GC_NOT_ALPHA 0xff