]> granicus.if.org Git - gc/commitdiff
Update shared libraries version info to differentiate against v7.2
authorIvan Maidanski <ivmai@mail.ru>
Fri, 7 Apr 2017 16:14:24 +0000 (19:14 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 7 Apr 2017 16:14:24 +0000 (19:14 +0300)
There some API changes in libgc against v7.2, so the "current" number
of the version info is incremented, thus the version info is now 3:0:1.

There are no API changes in libcord and libgccpp against v7.2
but some implementation changes exist, 2:*:* version info is reserved
for v7.2, so the version info for libcord and libgccpp is now 3:0:2.

* Makefile.am (LIBGC_VER_INFO): Change version info to 3:0:1.
* Makefile.am (LIBGCCPP_VER_INFO): Change version info to 3:0:2.
* cord/cord.am (LIBCORD_VER_INFO): Likewise.

Makefile.am
cord/cord.am

index f59c5d45b2f91242e0bc737a89385f9d89095fa3..b5658a89cf3b6a872f5892a7c715f2a3f2187ef3 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 = 3:0:1
+LIBGCCPP_VER_INFO = 3:0:2
 
 ## FIXME: `make distcheck' in this directory will not currently work.
 ##     This is most likely to the explicit flags passed to submakes.
index d05a9458a12f8aedf146b257c30839dd11b4e944..34df8cdfa4305ed6169c5a90dfe9532a0c98683b 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 = 3:0:2
 
 lib_LTLIBRARIES += libcord.la