]> granicus.if.org Git - gc/commitdiff
[7.4.8] v7.4.8
authorIvan Maidanski <ivmai@mail.ru>
Fri, 22 Dec 2017 17:22:34 +0000 (20:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 22 Dec 2017 17:22:34 +0000 (20:22 +0300)
Bump gc version to 7.4.8

* ChangeLog (7.4.8): Set release date.
* Makefile.am (LIBGC_VER_INFO): Increment revision (change version
info of libgc.so to 3:2:1).
* README.md: Bump micro version.
* configure.ac (AC_INIT): Likewise.
* include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise.

ChangeLog
Makefile.am
README.md
configure.ac
include/gc_version.h

index 6071a158f156e17f2fcbf21ba99bc5c3ecbc0a1b..8f867b89c46752d64374faf304708ec626f42f28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.8] (not released yet) ==
+== [7.4.8] 2017-12-22 ==
 
 * Eliminate 'this statement may fall through' GCC warnings
 * Eliminate 'value exceeds maximum object size' GCC warning in huge_test
index 2589d7a642aecc4f400df5d00f49d1bf28019504..e1fa76224fecec8dc363a553645a5f682af3a58c 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:1:1
+LIBGC_VER_INFO = 3:2:1
 LIBGCCPP_VER_INFO = 3:0:2
 
 ## FIXME: `make distcheck' in this directory will not currently work.
index 7e6b08b05a0a7ed1940b63f1061dfc1ebf3fecad..8d6b3a4691810db295dc3964a2bf7d65cc884103 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.4.6 of a conservative garbage collector for C and C++.
+This is version 7.4.8 of a conservative garbage collector for C and C++.
 
 
 ## Download
index 5bac2e22f40064cadf38336a1b073f9e73b4cafe..99437a4938fd460ab8431de515f3073bfa5801fb 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.4.6,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.8,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 a6441fb46e9d1d649e120adebb3c8421a3967bb8..de64c53367edcbe44965c4cca9a9fdade4fc1aa6 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 6 /* 7.4.6 */
+#define GC_TMP_VERSION_MICRO 8 /* 7.4.8 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \