]> granicus.if.org Git - gc/commitdiff
Fix libgc version which was changed in a linkage breaking way (master)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 18 Jan 2018 22:18:31 +0000 (01:18 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 18 Jan 2018 22:18:31 +0000 (01:18 +0300)
Issue #197 (bdwgc).

* Makefile.am (LIBGC_VER_INFO): Change from 5:0:3 to 5:0:4 (to bring
SONAME back to libgc.so.1).

Makefile.am

index 719c188b42e31ec3431d5880d9759653e29e6761..04d04758b826741ad2eccaa3bae9904a010b8120 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:0:3
+LIBGC_VER_INFO = 5:0:4
 LIBGCCPP_VER_INFO = 4:0:3
 
 ## FIXME: `make distcheck' in this directory will not currently work.