]> granicus.if.org Git - gc/commitdiff
[7.4.6] v7.4.6
authorIvan Maidanski <ivmai@mail.ru>
Thu, 26 Oct 2017 05:22:43 +0000 (08:22 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 26 Oct 2017 05:22:43 +0000 (08:22 +0300)
Bump gc version to 7.4.6

* ChangeLog (7.4.6): Set release date.
* Makefile.am (LIBGC_VER_INFO): Increment revision (change info to
3:1: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 0f3ffc15449744a8c415b658afac4c8b6f1fc398..bd7cdae08a565bc7d551ab02498aa3f16335128b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.6] (unset) ==
+== [7.4.6] 2017-10-26 ==
 
 * Add configure --enable-gcov option (enable code coverage analysis)
 * Add configure check whether to define NO_GETCONTEXT
index 8b7e9bba046cdab205d8222918f7e5c1aaf7056b..2589d7a642aecc4f400df5d00f49d1bf28019504 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:0:1
+LIBGC_VER_INFO = 3:1:1
 LIBGCCPP_VER_INFO = 3:0:2
 
 ## FIXME: `make distcheck' in this directory will not currently work.
index 7b69e8b681236c65d93a8993ec5781bab9a45b1b..7e6b08b05a0a7ed1940b63f1061dfc1ebf3fecad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.4.4 of a conservative garbage collector for C and C++.
+This is version 7.4.6 of a conservative garbage collector for C and C++.
 
 
 ## Download
index 4df809001b2a7beac8e28da73a77357cab258042..5bac2e22f40064cadf38336a1b073f9e73b4cafe 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.4.4,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.6,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 293c4de23f4732e71b691b95333fc4765885b851..a6441fb46e9d1d649e120adebb3c8421a3967bb8 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 4 /* 7.4.4 */
+#define GC_TMP_VERSION_MICRO 6 /* 7.4.6 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \