summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-09-05 01:07:03 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-09-05 01:10:55 +0300
commit5bf9f1053a9e866af48ef166a2bf2c3bc301cfd4 (patch)
tree7b4a28d917c8c12493cf10ddb0ece2ec4dcee2ab /configure.ac
parente71ab76ffedfbc3fcd9063dd9e95ff8b9f03b585 (diff)
downloadbdwgc-5bf9f1053a9e866af48ef166a2bf2c3bc301cfd4.tar.gz
[8.0.0]v8.0.0
Bump gc version to 8.0.0 (experimental release) * ChangeLog (8.0.0): Set release date. * Makefile.am (LIBGC_VER_INFO): Increment revision (change version info of libgc.so to 5:1:4). * Makefile.am (LIBGCCPP_VER_INFO): Increment current and age (change version info of libgccpp.so to 5:0:4). * README.md: Bump major version (set minor and micro to 0). * configure.ac (AC_INIT): Likewise. * include/gc_version.h (GC_TMP_VERSION_MAJOR, GC_TMP_VERSION_MINOR, GC_TMP_VERSION_MICRO): Likewise. * README.md: Remove build status badges (Travis, AppVeyor, Codecov, Coveralls, Coverity, LGTM). * cord/cord.am (LIBCORD_VER_INFO): Increment current and age (change version info of libcord.so to 5:0:4).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f84232c4..3275569e 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.7.0,https://github.com/ivmai/bdwgc/issues)
+AC_INIT(gc,8.0.0,https://github.com/ivmai/bdwgc/issues)
dnl Version must conform to: [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)