]> granicus.if.org Git - gc/commitdiff
[7.6.4] v7.6.4
authorIvan Maidanski <ivmai@mail.ru>
Fri, 26 Jan 2018 11:45:31 +0000 (14:45 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 26 Jan 2018 11:45:31 +0000 (14:45 +0300)
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
README.md
configure.ac
include/gc_version.h

index da5ddad90bc8e416b6d5a1abaf3ddbcf0165a4bf..205af63d01643939b007b33e42198881c3780bac 100644 (file)
@@ -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.
index 6eb32b612a739b5b8e8c1374533aeb768d63d24c..67b6d5b5303e29d2860c86cf4d167c8f2c75e143 100644 (file)
--- 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++.
 
 
index faadc1e0f7b0d41cd747191d7b6aa70f9a88d507..da9cded03c566a92638a9b1fb6c1ab47cd0c1c50 100644 (file)
@@ -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])
index 9d71b3cde5a26a029aee6b0475e031fb13633105..9e31cb843894c1a7c0f9550a1abf291b6af35f93 100644 (file)
@@ -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 \