]> granicus.if.org Git - gc/commitdiff
Bump libgc version
authorIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2012 07:42:52 +0000 (11:42 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2012 07:42:52 +0000 (11:42 +0400)
* README: Bump version to 7.3alpha3.
* configure.ac: Likewise.
* include/gc_version.h (GC_TMP_ALPHA_VERSION): Likewise.

README
configure.ac
include/gc_version.h

diff --git a/README b/README
index fe0a988efe69d3a671889ef9d4a83fc0e1a1079c..89825317d5f43ac4eb3c94bcf6235dce11b46ab9 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.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
 
index ece678f9b629297ec70e1b71fd64986129aae7ae..6eb4e7bc9c25bc04d29b46b770788984ca02bc1c 100644 (file)
@@ -12,7 +12,7 @@
 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])
index 55fbe3a05713fba24ca47da73ee0ebbf13703cfc..38afc0f3eeed09ac1722ea4659b8cfcebb39637b 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 2 /* 7.3alpha2 */
+#define GC_TMP_ALPHA_VERSION 3 /* 7.3alpha3 */
 
 #ifndef GC_NOT_ALPHA
 # define GC_NOT_ALPHA 0xff