]> granicus.if.org Git - gc/commitdiff
[7.4.10] v7.4.10
authorIvan Maidanski <ivmai@mail.ru>
Mon, 22 Jan 2018 10:31:59 +0000 (13:31 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 22 Jan 2018 10:31:59 +0000 (13:31 +0300)
Bump gc version to 7.4.10

* Makefile.am (LIBGC_VER_INFO): Increment revision (change version
info of libgc.so to 3:3:2).
* 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 7d62fe0fe75771e4898246626a54352f10ea3683..ccb4beab2b90764ce5ac2eedd3c8e49f578f898b 100644 (file)
@@ -14,7 +14,7 @@
 # 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 = 3:2:2
+LIBGC_VER_INFO = 3:3:2
 LIBGCCPP_VER_INFO = 3:0:2
 
 ## FIXME: `make distcheck' in this directory will not currently work.
index 8d6b3a4691810db295dc3964a2bf7d65cc884103..df55aa176bd38f237cd6334917d638e5dec6b9e2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.4.8 of a conservative garbage collector for C and C++.
+This is version 7.4.10 of a conservative garbage collector for C and C++.
 
 
 ## Download
index 99437a4938fd460ab8431de515f3073bfa5801fb..3154aaefd6e453a93be2d24287dc97fae26b193a 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.4.8,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.10,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 de64c53367edcbe44965c4cca9a9fdade4fc1aa6..bd9d636b39a4b05625f32325794c52a4878b2c98 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 4
-#define GC_TMP_VERSION_MICRO 8 /* 7.4.8 */
+#define GC_TMP_VERSION_MICRO 10 /* 7.4.10 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \