summaryrefslogtreecommitdiff
path: root/cord
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 /cord
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 'cord')
-rw-r--r--cord/cord.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cord/cord.am b/cord/cord.am
index b8794c29..50fa104c 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 = 4:0:3
+LIBCORD_VER_INFO = 5:0:4
lib_LTLIBRARIES += libcord.la