summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-04-19 09:08:44 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-04-19 09:08:44 +0300
commitcd9a6f532c5abc97a829a188419dbe02957c57c1 (patch)
tree82574e1dd47194c28c9c0d3535f6b914df7926ff
parentea609a6ccbe3053ae0d56266768a7238c993e177 (diff)
downloadbdwgc-cd9a6f532c5abc97a829a188419dbe02957c57c1.tar.gz
[7.4.12]v7.4.12
Bump gc version to 7.4.12 * ChangeLog (7.4.12): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 3:4: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.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 1bd217ce..d979a1fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.12] (not released yet) ==
+== [7.4.12] 2018-04-19 ==
* Define GC_FREEBSD_THREADS and GC_ADD_CALLER macros for kFreeBSD
* Fix comment for debug_generic_malloc_inner[_ignore_off_page]
diff --git a/Makefile.am b/Makefile.am
index ccb4beab..c300b84f 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 = 3:3:2
+LIBGC_VER_INFO = 3:4:2
LIBGCCPP_VER_INFO = 3:0:2
## FIXME: `make distcheck' in this directory will not currently work.
diff --git a/README.md b/README.md
index 47eab0fa..2d807238 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.10 of a conservative garbage collector for C and C++.
+This is version 7.4.12 of a conservative garbage collector for C and C++.
## Download
diff --git a/configure.ac b/configure.ac
index 3154aaef..19bdd5a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
dnl Process this file with autoconf to produce configure.
# Initialization
-AC_INIT(gc,7.4.10,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.12,https://github.com/ivmai/bdwgc/issues)
## version must conform to [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/include/gc_version.h b/include/gc_version.h
index bd9d636b..4f17d43a 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 10 /* 7.4.10 */
+#define GC_TMP_VERSION_MICRO 12 /* 7.4.12 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \