summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-28 22:56:48 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-28 22:56:48 +0300
commit3e1477b72ef4329a196d67b74da4cbe274d04eff (patch)
tree86662a033f2411de7d91eeca5a6c046bda37f281
parent46814540a5e50ad64f0415f1448418f26df95341 (diff)
downloadbdwgc-8.0.6.tar.gz
[8.0.6]v8.0.6
Bump gc version to 8.0.6 * ChangeLog (8.0.6): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 5:4:4). * Makefile.am (LIBGCCPP_VER_INFO): Increment revision (change version info of libgccpp.so to 5:1:4). * 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.am4
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fab2c0d..3dcd4b32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [8.0.6] (not released yet) ==
+== [8.0.6] 2021-09-28 ==
* Add loop to handle abort error like in suspend logic on Darwin
* Add support of OpenBSD/aarch64
diff --git a/Makefile.am b/Makefile.am
index e10ec203..f22115c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,8 +14,8 @@
# 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 = 5:3:4
-LIBGCCPP_VER_INFO = 5:0:4
+LIBGC_VER_INFO = 5:4:4
+LIBGCCPP_VER_INFO = 5:1:4
## FIXME: `make distcheck' in this directory will not currently work.
## This is most likely to the explicit flags passed to submakes.
diff --git a/README.md b/README.md
index 3852805d..c1fe8104 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 8.0.4 of a conservative garbage
+This is version 8.0.6 of a conservative garbage
collector for C and C++.
diff --git a/configure.ac b/configure.ac
index 2119cdcd..3b38e6fc 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,8.0.4,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.0.6,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 4cbd0b93..bbe31f9d 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 8
#define GC_TMP_VERSION_MINOR 0
-#define GC_TMP_VERSION_MICRO 4 /* 8.0.4 */
+#define GC_TMP_VERSION_MICRO 6 /* 8.0.6 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \