summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-12-22 20:22:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-12-22 20:22:34 +0300
commit1c1f2867beccc71f3b29eec46ea7b6f2b8c3ed65 (patch)
treed0368db39a353a5122952515700672f3ed11fe18
parent76f3260767933d055fc7e86b90c5ae2b8bb85f29 (diff)
downloadbdwgc-1c1f2867beccc71f3b29eec46ea7b6f2b8c3ed65.tar.gz
[7.4.8]v7.4.8
Bump gc version to 7.4.8 * ChangeLog (7.4.8): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 3:2:1). * 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 6071a158..8f867b89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.8] (not released yet) ==
+== [7.4.8] 2017-12-22 ==
* Eliminate 'this statement may fall through' GCC warnings
* Eliminate 'value exceeds maximum object size' GCC warning in huge_test
diff --git a/Makefile.am b/Makefile.am
index 2589d7a6..e1fa7622 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:1:1
+LIBGC_VER_INFO = 3:2:1
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 7e6b08b0..8d6b3a46 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.4.6 of a conservative garbage collector for C and C++.
+This is version 7.4.8 of a conservative garbage collector for C and C++.
## Download
diff --git a/configure.ac b/configure.ac
index 5bac2e22..99437a49 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.6,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.4.8,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 a6441fb4..de64c533 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 6 /* 7.4.6 */
+#define GC_TMP_VERSION_MICRO 8 /* 7.4.8 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \