]> granicus.if.org Git - gc/commitdiff
Bump libgc version to 7.3alpha2 gc7_3alpha2
authorIvan Maidanski <ivmai@mail.ru>
Fri, 11 May 2012 17:44:19 +0000 (21:44 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 May 2012 17:44:19 +0000 (21:44 +0400)
* ChangeLog: Set release dates.
* README: Bump version.
* configure.ac: Likewise.
* include/gc_version.h (GC_TMP_ALPHA_VERSION): Likewise.

ChangeLog
README
configure.ac
include/gc_version.h

index 276f3b063fb8b2e122502259430d7f72c0717400..8a5331c20095a3802422ef5f82b9a777ec3818d7 100644 (file)
--- 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 5a972f5f53db14923a3507c2e7089e7640414b49..fe0a988efe69d3a671889ef9d4a83fc0e1a1079c 100644 (file)
--- 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
 
index 05513b42ef503387c3662cec29cf4d4283871eab..ece678f9b629297ec70e1b71fd64986129aae7ae 100644 (file)
@@ -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])
index 51ef0e159003591825fcfdac9fa9839216111e1f..55fbe3a05713fba24ca47da73ee0ebbf13703cfc 100644 (file)
@@ -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