]> granicus.if.org Git - gc/commitdiff
[7.4.12] v7.4.12
authorIvan Maidanski <ivmai@mail.ru>
Thu, 19 Apr 2018 06:08:44 +0000 (09:08 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 19 Apr 2018 06:08:44 +0000 (09:08 +0300)
Bump gc version to 7.4.12

* ChangeLog (7.4.12): Set release date.
* Makefile.am (LIBGC_VER_INFO): Increment revision (change version
info of libgc.so to 3:4:2).
* 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 1bd217ce7d9eee0bf10f4a97e83b645efaeba5a9..d979a1fa32163323e7c90c1cb7db8629cf72a6fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.12] (not released yet) ==
+== [7.4.12] 2018-04-19 ==
 
 * Define GC_FREEBSD_THREADS and GC_ADD_CALLER macros for kFreeBSD
 * Fix comment for debug_generic_malloc_inner[_ignore_off_page]
index ccb4beab2b90764ce5ac2eedd3c8e49f578f898b..c300b84fcbd22796a99ed0dc3e21c8207a08d1a1 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:3:2
+LIBGC_VER_INFO = 3:4:2
 LIBGCCPP_VER_INFO = 3:0:2
 
 ## FIXME: `make distcheck' in this directory will not currently work.
index 47eab0fa964f7e812c543836a2cba75a66bb34c4..2d8072381e5c8065c11fb4c347a94aeb6218dc40 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.4.10 of a conservative garbage collector for C and C++.
+This is version 7.4.12 of a conservative garbage collector for C and C++.
 
 
 ## Download
index 3154aaefd6e453a93be2d24287dc97fae26b193a..19bdd5a17f08ebbd3cdc12ed59ef90dcd3681301 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.4.10,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.12,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 bd9d636b39a4b05625f32325794c52a4878b2c98..4f17d43a767fa60c06fc19ad5837a00af90080e8 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 10 /* 7.4.10 */
+#define GC_TMP_VERSION_MICRO 12 /* 7.4.12 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \