summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-05-22 15:12:17 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-05-22 15:12:17 +0200
commit54c0ab1b51de4d2e39f5094cce8d0c4d40b1c414 (patch)
treeaba7c51f9ade517cc2857065edf2a2f0f23df950 /Makefile.am
parentf533c485fed661dc1795e8d05d63e0820e7ce0b8 (diff)
downloadgmp-54c0ab1b51de4d2e39f5094cce8d0c4d40b1c414.tar.gz
(LIBGMP_LT_*, LIBGMPXX_LT_*): Bump version info (align with 5.1.2).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 89cce40d7..e44cf4968 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,6 +73,7 @@
# 5.0.5 10:5:0 6:5:2 4:25:1
# 5.1.0 11:0:1 7:0:3 -
# 5.1.1 11:1:1 7:1:3 -
+# 5.1.2 11:2:1 7:2:3 -
#
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
@@ -86,11 +87,11 @@
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
LIBGMP_LT_CURRENT = 11
-LIBGMP_LT_REVISION = 1
+LIBGMP_LT_REVISION = 2
LIBGMP_LT_AGE = 1
LIBGMPXX_LT_CURRENT = 7
-LIBGMPXX_LT_REVISION = 1
+LIBGMPXX_LT_REVISION = 2
LIBGMPXX_LT_AGE = 3