summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-08-26 08:47:24 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-26 15:48:18 +0300
commitd310b0d5737a87d8fa5ad3afb9cfc0af8fc7d86e (patch)
tree79459b238db83fed1ce1b446ed167a6104e0cbb4
parentfc2b9b514adc255a67a539595a1caeeccb9ed7ca (diff)
downloadbdwgc-d310b0d5737a87d8fa5ad3afb9cfc0af8fc7d86e.tar.gz
[8.0.8]v8.0.8
Bump gc version to 8.0.8 * ChangeLog (8.0.8): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 5:5:4). * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * cord/cord.am (LIBCORD_VER_INFO): Increment revision (change version info of libcord.so to 5:1:4). * 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--cord/cord.am2
-rw-r--r--include/gc_version.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e3391720..26811b1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [8.0.8] (not released yet) ==
+== [8.0.8] 2022-08-26 ==
* Avoid potential race in GC_init_real_syms after GC_allow_register_threads
* Define SUNOS5SIGS macro for kFreeBSD
diff --git a/Makefile.am b/Makefile.am
index 37188473..fc18f86b 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 = 5:4:4
+LIBGC_VER_INFO = 5:5:4
LIBGCCPP_VER_INFO = 5:1:4
## FIXME: `make distcheck' in this directory will not currently work.
diff --git a/README.md b/README.md
index 7e482af9..c210f2a4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 8.0.6 of a conservative garbage
+This is version 8.0.8 of a conservative garbage
collector for C and C++.
diff --git a/configure.ac b/configure.ac
index 72c59016..5c4b2e60 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.6,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.0.8,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 c2ea532d..dbd2ce16 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 = 5:0:4
+LIBCORD_VER_INFO = 5:1:4
lib_LTLIBRARIES += libcord.la
diff --git a/include/gc_version.h b/include/gc_version.h
index bbe31f9d..b82777fa 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 6 /* 8.0.6 */
+#define GC_TMP_VERSION_MICRO 8 /* 8.0.8 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \