summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-28 11:19:52 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-28 14:44:50 +0300
commit94f9b2b4d36b0970cf5ef5b4f950633b4064637b (patch)
tree438999435cbf3cdf77b8dc6dfe6684c5399d7a80
parenta03028473c0b568cca0bed24a52864f53e31f11a (diff)
downloadbdwgc-7.6.14.tar.gz
[7.6.14]v7.6.14
Bump gc version to 7.6.14 * ChangeLog (7.6.14): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 4:7:3). * 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.am2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 859b552f..3ded836e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.6.14] (not released yet) ==
+== [7.6.14] 2021-09-28 ==
* Add loop to handle abort error like in suspend logic on Darwin
* Add support of OpenBSD/aarch64
diff --git a/Makefile.am b/Makefile.am
index 99a75e96..55fb0de7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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:6:3
+LIBGC_VER_INFO = 4:7:3
LIBGCCPP_VER_INFO = 4:2:3
## FIXME: `make distcheck' in this directory will not currently work.
diff --git a/README.md b/README.md
index 7c1b806d..df81e1aa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.6.12 of a conservative garbage
+This is version 7.6.14 of a conservative garbage
collector for C and C++.
diff --git a/configure.ac b/configure.ac
index ba7944ad..81f9798c 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.6.12,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.6.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/include/gc_version.h b/include/gc_version.h
index 17280d95..96f77be1 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 6
-#define GC_TMP_VERSION_MICRO 12 /* 7.6.12 */
+#define GC_TMP_VERSION_MICRO 14 /* 7.6.14 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \