[Gmp-commit] /var/hg/gmp: Bump release numbers.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Mar 22 14:44:54 UTC 2014
details: /var/hg/gmp/rev/e287e10fc6e4
changeset: 16351:e287e10fc6e4
user: Torbjorn Granlund <tege at gmplib.org>
date: Sat Mar 22 15:44:48 2014 +0100
description:
Bump release numbers.
diffstat:
ChangeLog | 9 ++++++++-
Makefile.am | 15 ++++++++-------
gmp-h.in | 6 +++---
3 files changed, 19 insertions(+), 11 deletions(-)
diffs (79 lines):
diff -r 05e6f6b1c3a8 -r e287e10fc6e4 ChangeLog
--- a/ChangeLog Sat Mar 22 15:42:23 2014 +0100
+++ b/ChangeLog Sat Mar 22 15:44:48 2014 +0100
@@ -1,3 +1,10 @@
+2014-03-22 Torbjorn Granlund <tege at gmplib.org>
+
+ * Version 6.0.0 released.
+
+ * Makefile.am (LIBGMP_LT_*, LIBGMPXX_LT_*): Bump version info.
+ * gmp-h.in: Bump version.
+
2014-03-17 Torbjorn Granlund <tege at gmplib.org>
* configure.ac: Remove clipper, i960, ns32k, pyr, a29k, z8000.
@@ -10,7 +17,7 @@
* mpn/Makefile.am (TARG_DIST): Purge removed directories.
* doc/gmp.texi: Remove special mentions of removed architectures.
-2014-02-21 Marco Bodrato <bodrato at mail.dm.unipi.it>
+2014-03-12 Marco Bodrato <bodrato at mail.dm.unipi.it>
* mini-gmp/mini-gmp.c (mpz_probab_prime_p): Micro-optimisation.
diff -r 05e6f6b1c3a8 -r e287e10fc6e4 Makefile.am
--- a/Makefile.am Sat Mar 22 15:42:23 2014 +0100
+++ b/Makefile.am Sat Mar 22 15:44:48 2014 +0100
@@ -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
diff -r 05e6f6b1c3a8 -r e287e10fc6e4 gmp-h.in
--- a/gmp-h.in Sat Mar 22 15:42:23 2014 +0100
+++ b/gmp-h.in Sat Mar 22 15:44:48 2014 +0100
@@ -2292,9 +2292,9 @@
#define __GMP_CFLAGS "@CFLAGS@"
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
-#define __GNU_MP_VERSION 5
-#define __GNU_MP_VERSION_MINOR 1
-#define __GNU_MP_VERSION_PATCHLEVEL 90
+#define __GNU_MP_VERSION 6
+#define __GNU_MP_VERSION_MINOR 0
+#define __GNU_MP_VERSION_PATCHLEVEL 0
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
#define __GMP_H__
More information about the gmp-commit
mailing list