From: Ivan Maidanski Date: Fri, 19 Jan 2018 16:18:45 +0000 (+0300) Subject: Fix libgc version which was changed in linkage breaking way (release-7_4) X-Git-Tag: v7.4.10~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae69d74e1ca292afd436aea22cc2587aff50573f;p=gc Fix libgc version which was changed in linkage breaking way (release-7_4) 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). --- diff --git a/Makefile.am b/Makefile.am index e1fa7622..7d62fe0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.