summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-12-13 09:31:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-12-13 09:31:34 +0300
commitcef9cbed83f2b5101d4e65ca0f158600d26cbd34 (patch)
tree7873835a477611709db9db1f90153cb551a147f6
parent79b7519797f39b8255a398c890f4cf93946177be (diff)
downloadbdwgc-cef9cbed83f2b5101d4e65ca0f158600d26cbd34.tar.gz
[7.6.10]v7.6.10
Bump gc version to 7.6.10 * ChangeLog (7.6.10): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 4:5:3). * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MICRO): Likewise. * cord/cord.am (LIBCORD_VER_INFO): Increment revision (change version info of libcord.so to 4:2:3).
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--cord/cord.am2
-rw-r--r--include/gc_version.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 122081d0..f2dc44f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.6.10] (not released yet) ==
+== [7.6.10] 2018-12-13 ==
* Add paths to filenames mentioned in the copyright section in README
* Call real pthread_sigmask instead of its wrapper in start_mark_threads
diff --git a/Makefile.am b/Makefile.am
index c487b0a3..1d50c2a6 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:4:3
+LIBGC_VER_INFO = 4:5: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 9a934f1e..9560a4ea 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 7.6.8 of a conservative garbage
+This is version 7.6.10 of a conservative garbage
collector for C and C++.
diff --git a/configure.ac b/configure.ac
index f7179de3..71919935 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.8,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,7.6.10,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/cord/cord.am b/cord/cord.am
index 05ffcff5..05fca03c 100644
--- a/cord/cord.am
+++ b/cord/cord.am
@@ -3,7 +3,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).
-LIBCORD_VER_INFO = 4:1:3
+LIBCORD_VER_INFO = 4:2:3
lib_LTLIBRARIES += libcord.la
diff --git a/include/gc_version.h b/include/gc_version.h
index e780ab54..7f1017b4 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 8 /* 7.6.8 */
+#define GC_TMP_VERSION_MICRO 10 /* 7.6.10 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \