summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-05-11 21:44:19 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-05-11 21:44:19 +0400
commit6cba39031a2a87d69300a4dbfcfe4b932e35b570 (patch)
treee340c628f39344263910079a815198510446cdc7
parentd8bf7f97c372c6a50ab91f7c297988f35f7b6c34 (diff)
downloadbdwgc-gc7_3alpha2.tar.gz
Bump libgc version to 7.3alpha2gc7_3alpha2
* ChangeLog: Set release dates. * README: Bump version. * configure.ac: Likewise. * include/gc_version.h (GC_TMP_ALPHA_VERSION): Likewise.
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 276f3b06..8a5331c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [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).
@@ -91,7 +91,7 @@
* 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.
diff --git a/README b/README
index 5a972f5f..fe0a988e 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ Public License, but is not needed by, nor linked into the collector library.
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
diff --git a/configure.ac b/configure.ac
index 05513b42..ece678f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
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])
diff --git a/include/gc_version.h b/include/gc_version.h
index 51ef0e15..55fbe3a0 100644
--- a/include/gc_version.h
+++ b/include/gc_version.h
@@ -23,7 +23,7 @@
/* 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