summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-01-26 14:45:31 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-01-26 14:45:31 +0300
commit4d1a516e66139995d124e49b51d0d59488c7c855 (patch)
tree84926d550ae79d8861911534cc1cac73b4e29491
parent62d9d038e37aadf688366458765932101d5fe0aa (diff)
downloadbdwgc-7.6.4.tar.gz
[7.6.4]v7.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.
-rw-r--r--Makefile.am4
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index da5ddad9..205af63d 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 6eb32b61..67b6d5b5 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 faadc1e0..da9cded0 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 9d71b3cd..9e31cb84 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 \