summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-08-11 15:05:16 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-08-11 15:05:16 +0300
commitf13c514ee6795c5a859e479478990b172d55991f (patch)
tree2d3bb1af0c02220b3a8c47e6edcd165a688cc472
parent04b7628bea0b47bc9c9af33d85663f27f681cf59 (diff)
downloadbdwgc-f13c514ee6795c5a859e479478990b172d55991f.tar.gz
[7.4.14]v7.4.14
Bump gc version to 7.4.14 * ChangeLog (7.4.14): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 3:5:2). * Makefile.am (LIBGCCPP_VER_INFO): Increment revision (change version info of libgccpp.so to 3:1:2). * cord/cord.am (LIBCORD_VER_INFO): Increment revision (change version info of libcord.so to 3:1:2). * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise.
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am4
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--cord/cord.am2
-rw-r--r--include/gc_version.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a6cb41..a3e08aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.14] (not released yet) ==
+== [7.4.14] 2018-08-11 ==
* Cleanup BCC Makefile (remove absolute GC paths, fix del cmd, update clean)
* Do not call GC_dirty_inner unless GC_incremental
diff --git a/Makefile.am b/Makefile.am
index 27060912..86bb48a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = 3:4:2
-LIBGCCPP_VER_INFO = 3:0:2
+LIBGC_VER_INFO = 3:5:2
+LIBGCCPP_VER_INFO = 3:1:2
## FIXME: `make distcheck' in this directory will not currently work.
## This is most likely to the explicit flags passed to submakes.
diff --git a/README.md b/README.md
index baf6e144..ec4838d3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.12 of a conservative garbage collector for C and C++.
+This is version 7.4.14 of a conservative garbage collector for C and C++.
## Download
diff --git a/configure.ac b/configure.ac
index 0a6c70a1..1915ee34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
dnl Process this file with autoconf to produce configure.
dnl Initialization.
-AC_INIT(gc,7.4.12,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.14,https://github.com/ivmai/bdwgc/issues)
dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)
diff --git a/cord/cord.am b/cord/cord.am
index 34df8cdf..51d7d922 100644
--- a/cord/cord.am
+++ b/cord/cord.am
@@ -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 = 3:0:2
+LIBCORD_VER_INFO = 3:1:2
lib_LTLIBRARIES += libcord.la
diff --git a/include/gc_version.h b/include/gc_version.h
index 4f17d43a..359df477 100644
--- a/include/gc_version.h
+++ b/include/gc_version.h
@@ -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 12 /* 7.4.12 */
+#define GC_TMP_VERSION_MICRO 14 /* 7.4.14 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \