summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-02 10:09:42 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-02 10:09:42 +0300
commitd3dede3ce4462cd82a15f161af797ca51654546a (patch)
tree99ad1a4bbaaf6368365cd1bc7844f2f2e49b1ab8
parent78c7aea27b2f1a557aa75b6a25f567b02e9e881e (diff)
downloadbdwgc-d3dede3ce4462cd82a15f161af797ca51654546a.tar.gz
[8.0.4]v8.0.4
Bump gc version to 8.0.4 * ChangeLog (8.0.4): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 5:3: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.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 94577518..1bb1ba7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [8.0.4] (not released yet) ==
+== [8.0.4] 2019-03-02 ==
* Avoid a full GC when growing finalizer tables if in incremental mode
* Avoid potential race in hb_sz access between realloc and reclaim_block
diff --git a/Makefile.am b/Makefile.am
index 3ccc949a..e10ec203 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:2:4
+LIBGC_VER_INFO = 5:3:4
LIBGCCPP_VER_INFO = 5:0:4
## FIXME: `make distcheck' in this directory will not currently work.
diff --git a/README.md b/README.md
index 5190c9cc..056911a2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 8.0.2 of a conservative garbage
+This is version 8.0.4 of a conservative garbage
collector for C and C++.
diff --git a/configure.ac b/configure.ac
index 7472b978..1bd0fd60 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.2,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.0.4,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 ffa59362..4cbd0b93 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 2 /* 8.0.2 */
+#define GC_TMP_VERSION_MICRO 4 /* 8.0.4 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \