summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-12-23 20:20:56 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-12-23 20:20:56 +0300
commitfd0b54f1456d98903e5733213eeb83379d0ec65c (patch)
tree8cc0d075a9a79dc0c098f262bcf0bce6558d481a /Makefile.am
parent8382d5ad371cb127f45c8340c78decc9c077b718 (diff)
downloadbdwgc-fd0b54f1456d98903e5733213eeb83379d0ec65c.tar.gz
Update libgc.so version info to differentiate against v8.0.x
There are no API/implementation changes in libcord and libgccpp against release-8_0 for now, so the corresponding version info is not updated. There are some implementation changes and new API functions addition in libgc (without API incompatible changes) against release-8_0, so the "current" and "age" parts of the version info are incremented. * Makefile.am (LIBGC_VER_INFO): Change version info to 6:0:5.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e46ffefa..c05bb059 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 = 6:0:5
LIBGCCPP_VER_INFO = 5:0:4
## FIXME: `make distcheck' in this directory will not currently work.