From: Ivan Maidanski Date: Tue, 15 May 2012 07:42:52 +0000 (+0400) Subject: Bump libgc version X-Git-Tag: gc7_4_0~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73cf1a5e9d15a5ba8fa947c286e265ead3b666bd;p=gc Bump libgc version * README: Bump version to 7.3alpha3. * configure.ac: Likewise. * include/gc_version.h (GC_TMP_ALPHA_VERSION): Likewise. --- diff --git a/README b/README index fe0a988e..89825317 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.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 diff --git a/configure.ac b/configure.ac index ece678f9..6eb4e7bc 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.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]) diff --git a/include/gc_version.h b/include/gc_version.h index 55fbe3a0..38afc0f3 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 2 /* 7.3alpha2 */ +#define GC_TMP_ALPHA_VERSION 3 /* 7.3alpha3 */ #ifndef GC_NOT_ALPHA # define GC_NOT_ALPHA 0xff