summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 31dacad8..e46ffefa 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:0:4
-LIBGCCPP_VER_INFO = 4:0:3
+LIBGC_VER_INFO = 5:1:4
+LIBGCCPP_VER_INFO = 5:0:4
## FIXME: `make distcheck' in this directory will not currently work.
## This is most likely to the explicit flags passed to submakes.