]> granicus.if.org Git - gc/commitdiff
[7.6.8] v7.6.8
authorIvan Maidanski <ivmai@mail.ru>
Sat, 11 Aug 2018 21:33:27 +0000 (00:33 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 11 Aug 2018 21:33:27 +0000 (00:33 +0300)
Bump gc version to 7.6.8

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

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

index bf671e50e871797103c488c410712d9c481b4814..f6e799c6ef9643c30eb63eca6685b7c8be1dc100 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.6.8] (not released yet) ==
+== [7.6.8] 2018-08-12 ==
 
 * Add cpu, make_as_lib, nothreads options to NT_MAKEFILE
 * Add NetBSD/aarch64 and initial RISC-V support
index 0ba270b0bf53252b524b1e13063ae144fab46c88..c487b0a3ccba46db54907b9a735bf2acd8fb0613 100644 (file)
@@ -14,8 +14,8 @@
 # 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:3:3
-LIBGCCPP_VER_INFO = 4:1:3
+LIBGC_VER_INFO = 4:4:3
+LIBGCCPP_VER_INFO = 4:2:3
 
 ## FIXME: `make distcheck' in this directory will not currently work.
 ##     This is most likely to the explicit flags passed to submakes.
index fb53d8bbe169c87b1b2272db88b1b3384834bcba..c8e518354c4e0d56e200d6dcbac7478cef874c6d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Boehm-Demers-Weiser Garbage Collector
 
-This is version 7.6.6 of a conservative garbage
+This is version 7.6.8 of a conservative garbage
 collector for C and C++.
 
 
index 18e8c7453a2f3d67ee2a2abd0ca52935229fdd4a..9a2951e1674c75d4216545402903b548aa36e3cd 100644 (file)
@@ -14,7 +14,7 @@
 dnl Process this file with autoconf to produce configure.
 
 dnl Initialization.
-AC_INIT(gc,7.6.6,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.6.8,https://github.com/ivmai/bdwgc/issues)
 dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
 
 AC_CONFIG_SRCDIR(gcj_mlc.c)
index b8794c29538fa23b00ad6e3a764a5d41e6d4296d..05ffcff5b01b408aaafc09662018ef59e303406f 100644 (file)
@@ -3,7 +3,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).
-LIBCORD_VER_INFO = 4:0:3
+LIBCORD_VER_INFO = 4:1:3
 
 lib_LTLIBRARIES += libcord.la
 
index 9c1153441d7ac4de700f1469d6e010a00d7befa9..e780ab546fd7ff805313a2187e024093a15e4bf4 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 6 /* 7.6.6 */
+#define GC_TMP_VERSION_MICRO 8 /* 7.6.8 */
 
 #ifdef GC_VERSION_MAJOR
 # if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \