Skip to content

Commit 1b3d597

Browse files
committed
Bump version to 3.0.0.
1 parent d90aef8 commit 1b3d597

File tree

9 files changed

+46
-45
lines changed

9 files changed

+46
-45
lines changed

Makefile.am

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@
7777
# 2.5.2 11:3:4 4:20:3
7878
# 2.6.0 11:0:5 4:21:3 Clearly wrong!!
7979
# 2.7.0 16:0:6 8:0:4 Attempt to correct wrt all prev
80-
# 2.7.1 22:1:6 12:1:4 Due to traiing space for 2.7.1
80+
# 2.7.1 22:1:6 12:1:4 Due to trailing space for 2.7.1
8181
# 2.7.2 22:2:6 12:2:4
82+
# 3.0.0 23:3:0 12:3:4
8283
#
8384
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
8485
# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
@@ -91,12 +92,12 @@
9192
# it's still good to get the shared library filename (like
9293
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
9394

94-
LIBGMP_LT_CURRENT = 22
95-
LIBGMP_LT_REVISION = 2
96-
LIBGMP_LT_AGE = 6
95+
LIBGMP_LT_CURRENT = 23
96+
LIBGMP_LT_REVISION = 3
97+
LIBGMP_LT_AGE = 0
9798

9899
LIBGMPXX_LT_CURRENT = 12
99-
LIBGMPXX_LT_REVISION = 2
100+
LIBGMPXX_LT_REVISION = 3
100101
LIBGMPXX_LT_AGE = 4
101102

102103
SUBDIRS = tests

Makefile.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
# 2.5.2 11:3:4 4:20:3
9393
# 2.6.0 11:0:5 4:21:3 Clearly wrong!!
9494
# 2.7.0 16:0:6 8:0:4 Attempt to correct wrt all prev
95-
# 2.7.1 22:1:6 12:1:4 Due to traiing space for 2.7.1
95+
# 2.7.1 22:1:6 12:1:4 Due to trailing space for 2.7.1
9696
# 2.7.2 22:2:6 12:2:4
9797
#
9898
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
@@ -565,11 +565,11 @@ target_alias = @target_alias@
565565
top_build_prefix = @top_build_prefix@
566566
top_builddir = @top_builddir@
567567
top_srcdir = @top_srcdir@
568-
LIBGMP_LT_CURRENT = 22
569-
LIBGMP_LT_REVISION = 2
570-
LIBGMP_LT_AGE = 6
568+
LIBGMP_LT_CURRENT = 23
569+
LIBGMP_LT_REVISION = 3
570+
LIBGMP_LT_AGE = 0
571571
LIBGMPXX_LT_CURRENT = 12
572-
LIBGMPXX_LT_REVISION = 2
572+
LIBGMPXX_LT_REVISION = 3
573573
LIBGMPXX_LT_AGE = 4
574574
SUBDIRS = tests $(am__append_1) mpn fft mpz mpq mpf printf scanf cxx \
575575
tune doc

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision: 1.11 .
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for MPIR 2.7.2.
4+
# Generated by GNU Autoconf 2.69 for MPIR 3.0.0.
55
#
66
# Report bugs to <http://groups.google.co.uk/group/mpir-devel/>.
77
#
@@ -616,8 +616,8 @@ MAKEFLAGS=
616616
# Identity of this package.
617617
PACKAGE_NAME='MPIR'
618618
PACKAGE_TARNAME='mpir'
619-
PACKAGE_VERSION='2.7.2'
620-
PACKAGE_STRING='MPIR 2.7.2'
619+
PACKAGE_VERSION='3.0.0'
620+
PACKAGE_STRING='MPIR 3.0.0'
621621
PACKAGE_BUGREPORT='http://groups.google.co.uk/group/mpir-devel/'
622622
PACKAGE_URL=''
623623

@@ -1392,7 +1392,7 @@ if test "$ac_init_help" = "long"; then
13921392
# Omit some internal or obsolete options to make the list less imposing.
13931393
# This message is too long to be a string in the A/UX 3.1 sh.
13941394
cat <<_ACEOF
1395-
\`configure' configures MPIR 2.7.2 to adapt to many kinds of systems.
1395+
\`configure' configures MPIR 3.0.0 to adapt to many kinds of systems.
13961396

13971397
Usage: $0 [OPTION]... [VAR=VALUE]...
13981398

@@ -1462,7 +1462,7 @@ fi
14621462

14631463
if test -n "$ac_init_help"; then
14641464
case $ac_init_help in
1465-
short | recursive ) echo "Configuration of MPIR 2.7.2:";;
1465+
short | recursive ) echo "Configuration of MPIR 3.0.0:";;
14661466
esac
14671467
cat <<\_ACEOF
14681468

@@ -1587,7 +1587,7 @@ fi
15871587
test -n "$ac_init_help" && exit $ac_status
15881588
if $ac_init_version; then
15891589
cat <<\_ACEOF
1590-
MPIR configure 2.7.2
1590+
MPIR configure 3.0.0
15911591
generated by GNU Autoconf 2.69
15921592

15931593
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2587,7 +2587,7 @@ cat >config.log <<_ACEOF
25872587
This file contains any messages produced by compilers while
25882588
running configure, to aid debugging if configure makes a mistake.
25892589

2590-
It was created by MPIR $as_me 2.7.2, which was
2590+
It was created by MPIR $as_me 3.0.0, which was
25912591
generated by GNU Autoconf 2.69. Invocation command line was
25922592

25932593
$ $0 $@
@@ -3562,7 +3562,7 @@ fi
35623562

35633563
# Define the identity of the package.
35643564
PACKAGE='mpir'
3565-
VERSION='2.7.2'
3565+
VERSION='3.0.0'
35663566

35673567

35683568
cat >>confdefs.h <<_ACEOF
@@ -26615,7 +26615,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2661526615
# report actual input values of CONFIG_FILES etc. instead of their
2661626616
# values after options handling.
2661726617
ac_log="
26618-
This file was extended by MPIR $as_me 2.7.2, which was
26618+
This file was extended by MPIR $as_me 3.0.0, which was
2661926619
generated by GNU Autoconf 2.69. Invocation command line was
2662026620

2662126621
CONFIG_FILES = $CONFIG_FILES
@@ -26685,7 +26685,7 @@ _ACEOF
2668526685
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2668626686
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2668726687
ac_cs_version="\\
26688-
MPIR config.status 2.7.2
26688+
MPIR config.status 3.0.0
2668926689
configured by $0, generated by GNU Autoconf 2.69,
2669026690
with options \\"\$ac_cs_config\\"
2669126691

devel/setversion

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
# run this script from the devel directory
44

55
# set version number
6-
VERSION=2
7-
VERSION_MINOR=5
8-
VERSION_PATCHLEVEL=1
6+
VERSION=3
7+
VERSION_MINOR=0
8+
VERSION_PATCHLEVEL=0
99

1010
# these are the library soname numbers see
1111
# http://sources.redhat.com/autobook/autobook/autobook_91.html
1212
# or the start of Makefile.am to see what was done before
1313

14-
LIBGMP_LT_CURRENT=11
15-
LIBGMP_LT_REVISION=2
16-
LIBGMP_LT_AGE=4
14+
LIBGMP_LT_CURRENT=23
15+
LIBGMP_LT_REVISION=3
16+
LIBGMP_LT_AGE=0
1717

18-
LIBGMPXX_LT_CURRENT=4
19-
LIBGMPXX_LT_REVISION=19
20-
LIBGMPXX_LT_AGE=3
18+
LIBGMPXX_LT_CURRENT=12
19+
LIBGMPXX_LT_REVISION=3
20+
LIBGMPXX_LT_AGE=4
2121

2222
echo "Setting MPIR to"
2323
echo "MPIR-$VERSION.$VERSION_MINOR.$VERSION_PATCHLEVEL"
@@ -62,6 +62,6 @@ makeinfo mpir.texi
6262
makeinfo version.texi
6363
cd ..
6464

65-
autoreconf -f
65+
autoreconf -fiv --no-recursive
6666
rm -f $TMPFILE
6767
cd devel

doc/mpir.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is mpir.info, produced by makeinfo version 5.2 from mpir.texi.
22

33
This manual describes how to install and use MPIR, the Multiple
4-
Precision Integers and Rationals library, version 2.7.2.
4+
Precision Integers and Rationals library, version 3.0.0.
55

66
Copyright 1991, 1993-2016 Free Software Foundation, Inc.
77

doc/mpir.info-1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is mpir.info, produced by makeinfo version 5.2 from mpir.texi.
22

33
This manual describes how to install and use MPIR, the Multiple
4-
Precision Integers and Rationals library, version 2.7.2.
4+
Precision Integers and Rationals library, version 3.0.0.
55

66
Copyright 1991, 1993-2016 Free Software Foundation, Inc.
77

@@ -26,7 +26,7 @@ MPIR
2626
****
2727

2828
This manual describes how to install and use MPIR, the Multiple
29-
Precision Integers and Rationals library, version 2.7.2.
29+
Precision Integers and Rationals library, version 3.0.0.
3030

3131
Copyright 1991, 1993-2016 Free Software Foundation, Inc.
3232

@@ -236,7 +236,7 @@ Build Directory
236236
directory. For example
237237

238238
cd /my/build/dir
239-
/my/sources/mpir-2.7.2/configure
239+
/my/sources/mpir-3.0.0/configure
240240

241241
Not all 'make' programs have the necessary features ('VPATH') to
242242
support this. In particular, SunOS and Solaris 'make' have bugs
@@ -1495,7 +1495,7 @@ File: mpir.info, Node: Useful Macros and Constants, Next: Compatibility with o
14951495

14961496
-- Global Constant: const char * const mpir_version
14971497
The MPIR version number, as a null-terminated string, in the form
1498-
"i.j.k". This release is "2.7.2".
1498+
"i.j.k". This release is "3.0.0".
14991499

15001500

15011501
File: mpir.info, Node: Compatibility with older versions, Next: Efficiency, Prev: Useful Macros and Constants, Up: MPIR Basics
@@ -1756,7 +1756,7 @@ Source File Paths
17561756
to the source directory.
17571757

17581758
cd /my/build/dir
1759-
/my/source/dir/gmp-2.7.2/configure
1759+
/my/source/dir/gmp-3.0.0/configure
17601760

17611761
This works via 'VPATH', and might require GNU 'make'. Alternately
17621762
it might be possible to change the '.c.lo' rules appropriately.

doc/mpir.info-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This is mpir.info, produced by makeinfo version 5.2 from mpir.texi.
22

33
This manual describes how to install and use MPIR, the Multiple
4-
Precision Integers and Rationals library, version 2.7.2.
4+
Precision Integers and Rationals library, version 3.0.0.
55

66
Copyright 1991, 1993-2016 Free Software Foundation, Inc.
77

doc/version.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@set UPDATED 19 November 2015
2-
@set UPDATED-MONTH November 2015
3-
@set EDITION 2.7.2
4-
@set VERSION 2.7.2
1+
@set UPDATED 14 February 2017
2+
@set UPDATED-MONTH February 2017
3+
@set EDITION 3.0.0
4+
@set VERSION 3.0.0

gmp-h.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2501,11 +2501,11 @@ enum
25012501
#define GMP_VERSION "6.0.0"
25022502
#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
25032503

2504-
#define __MPIR_VERSION 2
2505-
#define __MPIR_VERSION_MINOR 7
2506-
#define __MPIR_VERSION_PATCHLEVEL 2
2504+
#define __MPIR_VERSION 3
2505+
#define __MPIR_VERSION_MINOR 0
2506+
#define __MPIR_VERSION_PATCHLEVEL 0
25072507
#if defined( _MSC_VER )
2508-
#define _MSC_MPIR_VERSION "2.7.2"
2508+
#define _MSC_MPIR_VERSION "3.0.0"
25092509
#endif
25102510
#define __MPIR_RELEASE (__MPIR_VERSION * 10000 + __MPIR_VERSION_MINOR * 100 + __MPIR_VERSION_PATCHLEVEL)
25112511

0 commit comments

Comments
 (0)