]> granicus.if.org Git - gc/commitdiff
Bump libatomic_ops version to 7.3alpha1 (next major release development).
authorIvan Maidanski <ivmai@mail.ru>
Thu, 8 Sep 2011 11:47:25 +0000 (15:47 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 8 Sep 2011 11:47:25 +0000 (15:47 +0400)
* README: Change version to 7.3alpha1.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MINOR, GC_TMP_ALPHA_VERSION):
Likewise.

README
configure.ac
include/gc_version.h

diff --git a/README b/README
index 251ae507babdf956646d61af29780d64a9360b78..403769c80d902b6bd666169da117f86057034e4d 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 becuase the atomic_ops distribution is, for
 simplicity, included in its entirety.
 
-This is version 7.2alpha7 of a conservative garbage collector for C and C++.
+This is version 7.3alpha1 of a conservative garbage collector for C and C++.
 
 You might find a more recent version of this at
 
index deb3545f64c59d836002a49f278f774ac93f1341..8821e9c02badd4737ce7071b108f30337244d52a 100644 (file)
@@ -14,7 +14,7 @@ dnl Process this file with autoconf to produce configure.
 # Initialization
 # ==============
 
-AC_INIT(gc,7.2alpha7,hans.boehm@hp.com)
+AC_INIT(gc,7.3alpha1,hans.boehm@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 2b3645ee7009dd95cec6918f506c8d43cf3323ef..51ef0e159003591825fcfdac9fa9839216111e1f 100644 (file)
@@ -22,8 +22,8 @@
 /* Eventually this one may become unnecessary.  For now we need */
 /* it to keep the old-style build process working.              */
 #define GC_TMP_VERSION_MAJOR 7
-#define GC_TMP_VERSION_MINOR 2
-#define GC_TMP_ALPHA_VERSION 7
+#define GC_TMP_VERSION_MINOR 3
+#define GC_TMP_ALPHA_VERSION 1 /* 7.3alpha1 */
 
 #ifndef GC_NOT_ALPHA
 # define GC_NOT_ALPHA 0xff