]> granicus.if.org Git - gc/commitdiff
Fix libgc version which was changed in linkage breaking way (release-7_4)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 19 Jan 2018 16:18:45 +0000 (19:18 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 19 Jan 2018 16:18:45 +0000 (19:18 +0300)
Issue #197 (bdwgc).

* Makefile.am (LIBGC_VER_INFO): Change from 3:2:1 to 3:2:2 (to bring
the SONAME back to libgc.so.1).

Makefile.am

index e1fa76224fecec8dc363a553645a5f682af3a58c..7d62fe0fe75771e4898246626a54352f10ea3683 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 = 3:2:1
+LIBGC_VER_INFO = 3:2:2
 LIBGCCPP_VER_INFO = 3:0:2
 
 ## FIXME: `make distcheck' in this directory will not currently work.