Update libgc.so version info to differentiate against v8.0.x
authorIvan Maidanski <ivmai@mail.ru>
Sun, 23 Dec 2018 17:20:56 +0000 (20:20 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 23 Dec 2018 17:20:56 +0000 (20:20 +0300)
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.

Makefile.am

index e46ffef..c05bb05 100644 (file)
@@ -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.