From: Ivan Maidanski Date: Thu, 8 Sep 2011 11:47:25 +0000 (+0400) Subject: Bump libatomic_ops version to 7.3alpha1 (next major release development). X-Git-Tag: gc7_3alpha2~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e287fc88ba25afa3831370087cd276e903fd6e9b;p=gc Bump libatomic_ops version to 7.3alpha1 (next major release development). * README: Change version to 7.3alpha1. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR, GC_TMP_ALPHA_VERSION): Likewise. --- diff --git a/README b/README index 251ae507..403769c8 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 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 diff --git a/configure.ac b/configure.ac index deb3545f..8821e9c0 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/include/gc_version.h b/include/gc_version.h index 2b3645ee..51ef0e15 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -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