summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-12-13 07:55:56 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-12-13 07:55:56 +0300
commit6258dcc4b562c9702642c79d36fc3aa11a691b0f (patch)
tree3a1f972ea88cfb1f99e5cfa406b8a354818d5431
parent7a817f87a71874f97cf99bf464552417d8740134 (diff)
downloadbdwgc-7.4.16.tar.gz
[7.4.16]v7.4.16
Bump gc version to 7.4.16 * ChangeLog (7.4.16): Set release date. * 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--README.md2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 05f10b52..e1d417ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.16] (not released yet) ==
+== [7.4.16] 2018-12-13 ==
* Fix 'collecting from unknown thread' abort in leak-finding mode for Win32
* Fix 'undefined reference to GC_incremental' linker error in pthread_start
diff --git a/README.md b/README.md
index ec4838d3..19a5236e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.14 of a conservative garbage collector for C and C++.
+This is version 7.4.16 of a conservative garbage collector for C and C++.
## Download
diff --git a/configure.ac b/configure.ac
index 1915ee34..ca8ff1e1 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.14,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.16,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 359df477..88ff1e5d 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 14 /* 7.4.14 */
+#define GC_TMP_VERSION_MICRO 16 /* 7.4.16 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \