From 8ac1d84a40eb7a431fec1b8097e3f24b48fb23fa Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 2 Aug 2016 23:11:42 +0300 Subject: [PATCH] [7.6.0] Bump gc version to 7.6.0 * ChangeLog: Set release date. * README.md: Bump minor version. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MINOR): Likewise. --- ChangeLog | 2 +- README.md | 2 +- configure.ac | 2 +- include/gc_version.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2cae39fa..71d89d1f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -== [7.5.0] (development) == +== [7.6.0] 2016-08-02 == * ABORT_ARGn log details at INFO level (Android). * Add 'pragma message' to gc.h to detect inconsistent WIN64/_WIN64 (MS VC). diff --git a/README.md b/README.md index 36259cb53..a9ef2aba7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boehm-Demers-Weiser Garbage Collector -This is version 7.5.0 (next release development) of a conservative garbage +This is version 7.6.0 of a conservative garbage collector for C and C++. You might find a more recent version diff --git a/configure.ac b/configure.ac index 5a84cc582..3763c2322 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.5.0,bdwgc@lists.opendylan.org) +AC_INIT(gc,7.6.0,bdwgc@lists.opendylan.org) ## version must conform to [0-9]+[.][0-9]+[.][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 00cde55f8..1cb0dab75 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -29,8 +29,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 5 -#define GC_TMP_VERSION_MICRO 0 /* 7.5.0 */ +#define GC_TMP_VERSION_MINOR 6 +#define GC_TMP_VERSION_MICRO 0 /* 7.6.0 */ #ifdef GC_VERSION_MAJOR # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \