]> granicus.if.org Git - gc/commitdiff
Update shared libraries version info to differentiate against v7.4
authorIvan Maidanski <ivmai@mail.ru>
Thu, 6 Apr 2017 09:13:03 +0000 (12:13 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 6 Apr 2017 09:13:03 +0000 (12:13 +0300)
There are no API changes in libcord and libgccpp against release-7_4
but some implementation changes exist, 3:*:* version info is reserved
for release-7_4, so the version info for libcord and libgccpp is
now 4:0:3.

There some API changes in libgc against release-7_4, so the "current"
number of the version info is incremented, thus the full version info
is now 4:0:2.

* Makefile.am (LIBGC_VER_INFO): Change version info to 4:0:2
(release-7_4 is supposed to use 3:x:1).
* Makefile.am (LIBGCCPP_VER_INFO): Change version info to 4:0:3
(release-7_4 is supposed to use 3:x:2).
* cord/cord.am (LIBCORD_VER_INFO): Likewise.

Makefile.am
cord/cord.am

index 689e0bf8e061433e1cc56a6d06b922cb07851046..e4fc9006c400075e7110c939d2e1bac3559ac7d3 100644 (file)
@@ -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 = 1:3:0
-LIBGCCPP_VER_INFO = 1:3:0
+LIBGC_VER_INFO = 4:0:2
+LIBGCCPP_VER_INFO = 4:0:3
 
 ## FIXME: `make distcheck' in this directory will not currently work.
 ##     This is most likely to the explicit flags passed to submakes.
index d05a9458a12f8aedf146b257c30839dd11b4e944..b8794c29538fa23b00ad6e3a764a5d41e6d4296d 100644 (file)
@@ -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 = 1:3:0
+LIBCORD_VER_INFO = 4:0:3
 
 lib_LTLIBRARIES += libcord.la