From 4eeead98433bbf5bd9a6ba5cafd578fdaa2f3b12 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 19 Jan 2018 01:18:31 +0300 Subject: Fix libgc version which was changed in a linkage breaking way (master) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 719c188b..04d04758 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 = 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. -- cgit v1.2.1