From: Ivan Maidanski Date: Wed, 1 Mar 2017 22:10:29 +0000 (+0300) Subject: Update shared libraries version info to differentiate against v7.6 X-Git-Tag: v8.0.0~895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6f720e7f6d133475b19aebe6fc18a328d007569;p=gc Update shared libraries version info to differentiate against v7.6 There are no API/implementation changes in libcord and libgccpp against release-7_6 for now, so the corresponding version info is made the same. There some implementation changes in libgc (without API changes) against release-7_6, so the version info is made not the same (although there are no API changes, 4:x:2 is already in use/reserved for release-7_6). * Makefile.am (LIBGC_VER_INFO): Change version info to 5:0:3 (release-7_6 is supposed to use 4:x:2). * Makefile.am (LIBGCCPP_VER_INFO): Change version info to 4:0:3 (the same one as release-7_6 uses at present). * cord/cord.am (LIBCORD_VER_INFO): Likewise. --- diff --git a/Makefile.am b/Makefile.am index 689e0bf8..379e6784 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = 5:0:3 +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. diff --git a/cord/cord.am b/cord/cord.am index d05a9458..b8794c29 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 = 1:3:0 +LIBCORD_VER_INFO = 4:0:3 lib_LTLIBRARIES += libcord.la