]> granicus.if.org Git - gc/commitdiff
[7.6.2] v7.6.2
authorIvan Maidanski <ivmai@mail.ru>
Sat, 23 Dec 2017 08:01:34 +0000 (11:01 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 23 Dec 2017 08:01:34 +0000 (11:01 +0300)
Bump gc version to 7.6.2

* ChangeLog (7.6.2): Set release date.
* Makefile.am (LIBGC_VER_INFO): Increment revision (change version
info of libgc.so to 4:1: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 d1b783512f74a7c94ab0574da0ce8c667175b7ca..8c6b550c1729cc3350bbad5404662395011054cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.6.2] (unset) ==
+== [7.6.2] 2017-12-23 ==
 
 * Add assertion that no hb_n_marks underflow occurs
 * Add minimal testing of GC_MALLOC_[ATOMIC_]WORDS and GC_CONS (gctest)
index b7c940de02c7a6edc0ca532e29538add4f5b0288..93401fe85b2ccb62a990dd7a0f57b78512f900a8 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 = 4:0:2
+LIBGC_VER_INFO = 4:1:2
 LIBGCCPP_VER_INFO = 4:0:3
 
 ## FIXME: `make distcheck' in this directory will not currently work.
index c5183b08d00fab437d805bf42791d2b2987b91a1..6eb32b612a739b5b8e8c1374533aeb768d63d24c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.6.0 of a conservative garbage
+This is version 7.6.2 of a conservative garbage
 collector for C and C++.
 
 
index bdd5ed6ccdedcf683173de292b1d6fd9f179329a..faadc1e0f7b0d41cd747191d7b6aa70f9a88d507 100644 (file)
@@ -12,7 +12,7 @@
 dnl Process this file with autoconf to produce configure.
 
 # Initialization
-AC_INIT(gc,7.6.0,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.6.2,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 1cb0dab7511885ef64cbebe76147c7b257902cc1..9d71b3cde5a26a029aee6b0475e031fb13633105 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 0 /* 7.6.0 */
+#define GC_TMP_VERSION_MICRO 2 /* 7.6.2 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \