From 2cd79ed818ef40a6e87cdb76eb2ccc8bc6967fc6 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 22 Mar 2014 15:44:48 +0100 Subject: Bump release numbers. --- Makefile.am | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1