summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-03-22 15:44:48 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-03-22 15:44:48 +0100
commit2cd79ed818ef40a6e87cdb76eb2ccc8bc6967fc6 (patch)
tree13f9902f504607f7c8c5f96b62c6603415c36ffe /Makefile.am
parentac84351692939f58ffbbc620bb749a3ec3ba8d9a (diff)
downloadgmp-2cd79ed818ef40a6e87cdb76eb2ccc8bc6967fc6.tar.gz
Bump release numbers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 471f8a46b..8567c0e3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to generate Makefile.in
-# Copyright 1991, 1993, 1994, 1996, 1997, 1999-2004, 2006-2009, 2011-2013 Free
+# Copyright 1991, 1993, 1994, 1996, 1997, 1999-2004, 2006-2009, 2011-2014 Free
# Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
@@ -85,6 +85,7 @@
# 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 -
+# 6.0.0 12:0:2 8:0:4 -
#
# 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
@@ -97,13 +98,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 = 11
-LIBGMP_LT_REVISION = 2
-LIBGMP_LT_AGE = 1
+LIBGMP_LT_CURRENT = 12
+LIBGMP_LT_REVISION = 0
+LIBGMP_LT_AGE = 2
-LIBGMPXX_LT_CURRENT = 7
-LIBGMPXX_LT_REVISION = 2
-LIBGMPXX_LT_AGE = 3
+LIBGMPXX_LT_CURRENT = 8
+LIBGMPXX_LT_REVISION = 0
+LIBGMPXX_LT_AGE = 4
SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc