summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-01 11:27:55 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-01 11:27:55 +0300
commit4b993c7e88f9271b995da5957093e3099744ac88 (patch)
tree1b629455a3dd476b18a16a2dcc3bab3d2ea0cfac
parentee31d6158a831120acd4ef33b7d122365a329d8a (diff)
downloadbdwgc-7.4.18.tar.gz
[7.4.18]v7.4.18
Bump gc version to 7.4.18 * ChangeLog (7.4.18): 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 cef5e4a9..8b714316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.18] (not released yet) ==
+== [7.4.18] 2019-03-01 ==
* Fix 'wrong __data_start/_end pair' error on Android
* Fix thread_info() count argument value (OS X)
diff --git a/README.md b/README.md
index 19a5236e..380fbedc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.16 of a conservative garbage collector for C and C++.
+This is version 7.4.18 of a conservative garbage collector for C and C++.
## Download
diff --git a/configure.ac b/configure.ac
index ca8ff1e1..b6b1e174 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.16,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.18,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 88ff1e5d..ac1aa29f 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 16 /* 7.4.16 */
+#define GC_TMP_VERSION_MICRO 18 /* 7.4.18 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \