summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-01-17 14:24:42 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-01-17 14:24:42 +0100
commitac912d2fdff939ae58e476797d28799488c335dc (patch)
tree8127d4ecd97e26f8b0e3c0402fc3fad44216e65c
parentd438a455d3e234c83bd5e4038623c394f61475e3 (diff)
downloadgmp-ac912d2fdff939ae58e476797d28799488c335dc.tar.gz
(LIBGMP_LT_*, LIBGMPXX_LT_*, LIBMP_LT_*): Bump version info.
-rw-r--r--Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index f69f05218..0b9eb85a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
# Copyright 1991, 1993, 1994, 1996, 1997, 1999-2004, 2006-2009, 2011-2016,
-# 2018 Free Software Foundation, Inc.
+# 2018, 2020 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -89,6 +89,7 @@
# 6.1.0 13:0:3 9:0:5 -
# 6.1.1 13:1:3 9:1:5 -
# 6.1.2 13:2:3 9:2:5 -
+# 6.2.0 14:0:4 10:0:6 -
#
# 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
@@ -101,13 +102,13 @@
# it's still good to get the shared library filename (like
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
-LIBGMP_LT_CURRENT = 13
+LIBGMP_LT_CURRENT = 14
LIBGMP_LT_REVISION = 0
-LIBGMP_LT_AGE = 3
+LIBGMP_LT_AGE = 4
-LIBGMPXX_LT_CURRENT = 9
+LIBGMPXX_LT_CURRENT = 10
LIBGMPXX_LT_REVISION = 0
-LIBGMPXX_LT_AGE = 5
+LIBGMPXX_LT_AGE = 6
SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc