From 4d1a516e66139995d124e49b51d0d59488c7c855 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 26 Jan 2018 14:45:31 +0300 Subject: [PATCH] [7.6.4] Bump gc version to 7.6.4 * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 4:2:3, change version info of libgccpp.so to 4:1:3). * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise. --- Makefile.am | 4 ++-- README.md | 2 +- configure.ac | 2 +- include/gc_version.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index da5ddad90..205af63d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,8 @@ # Info (current:revision:age) for the Libtool versioning system. # These numbers should be updated at most once just before the release, # and, optionally, at most once during the development (after the release). -LIBGC_VER_INFO = 4:1:3 -LIBGCCPP_VER_INFO = 4:0:3 +LIBGC_VER_INFO = 4:2:3 +LIBGCCPP_VER_INFO = 4:1:3 ## FIXME: `make distcheck' in this directory will not currently work. ## This is most likely to the explicit flags passed to submakes. diff --git a/README.md b/README.md index 6eb32b612..67b6d5b53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Boehm-Demers-Weiser Garbage Collector -This is version 7.6.2 of a conservative garbage +This is version 7.6.4 of a conservative garbage collector for C and C++. diff --git a/configure.ac b/configure.ac index faadc1e0f..da9cded03 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.6.2,https://github.com/ivmai/bdwgc/issues) +AC_INIT(gc,7.6.4,https://github.com/ivmai/bdwgc/issues) ## 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 9d71b3cde..9e31cb843 100644 --- a/include/gc_version.h +++ b/include/gc_version.h @@ -30,7 +30,7 @@ /* it to keep the old-style build process working. */ #define GC_TMP_VERSION_MAJOR 7 #define GC_TMP_VERSION_MINOR 6 -#define GC_TMP_VERSION_MICRO 2 /* 7.6.2 */ +#define GC_TMP_VERSION_MICRO 4 /* 7.6.4 */ #ifdef GC_VERSION_MAJOR # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \