summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-01-19 01:18:31 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-01-19 01:18:31 +0300
commit4eeead98433bbf5bd9a6ba5cafd578fdaa2f3b12 (patch)
tree2b51c131ea91446a0fa15be587d6e1aeea865259 /Makefile.am
parent84015343b818b757fc5af8cb6e2717a811478d72 (diff)
downloadbdwgc-4eeead98433bbf5bd9a6ba5cafd578fdaa2f3b12.tar.gz
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).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.