summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.am2
-rw-r--r--README.md2
-rw-r--r--appveyor.yml2
-rw-r--r--configure.ac2
-rw-r--r--include/gc_version.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a8fadb4f..358ffb22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [8.0.2] (not released yet) ==
+== [8.0.2] 2018-12-23 ==
* Abort with appropriate message if executable pages cannot be allocated
* Add initial testing of GC_enable/disable, MALLOC[_ATOMIC]_IGNORE_OFF_PAGE
diff --git a/Makefile.am b/Makefile.am
index e46ffefa..3ccc949a 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:1:4
+LIBGC_VER_INFO = 5:2: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 fd1efe6d..5190c9cc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Boehm-Demers-Weiser Garbage Collector
-This is version 8.0.0 (experimental release) of a conservative garbage
+This is version 8.0.2 of a conservative garbage
collector for C and C++.
diff --git a/appveyor.yml b/appveyor.yml
index 60cde5e9..a64e154a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 8.0.0-{build}
+version: 8.0.x-{build}
environment:
matrix:
diff --git a/configure.ac b/configure.ac
index 19e32d47..12d25fe5 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.0,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.0.2,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 a8ee4b0f..ffa59362 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 0 /* 8.0.0 */
+#define GC_TMP_VERSION_MICRO 2 /* 8.0.2 */
#ifdef GC_VERSION_MAJOR
# if GC_TMP_VERSION_MAJOR != GC_VERSION_MAJOR \