From 2629ee9ccba7a47f846bef461f2c64630dc0d42f Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 7 Sep 2017 11:36:44 +0000 Subject: Updated version to 3.1.6. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11719 280ebfd0-de03-0410-8827-d642c229c3f4 --- VERSION | 2 +- configure.ac | 2 +- doc/mpfr.texi | 2 +- src/mpfr.h | 2 +- src/version.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index b842f7937..9cec7165a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.6-rc2 +3.1.6 diff --git a/configure.ac b/configure.ac index 12c5376b1..27c609394 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., ]) dnl Add check-news when it checks for more than 15 lines -AC_INIT([MPFR],[3.1.6-rc2]) +AC_INIT([MPFR],[3.1.6]) dnl Older Automake versions than 1.13 may still be supported, but no longer dnl tested, and many things have changed in 1.13. Moreover the INSTALL file diff --git a/doc/mpfr.texi b/doc/mpfr.texi index 741a1af2d..c2b87a118 100644 --- a/doc/mpfr.texi +++ b/doc/mpfr.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename mpfr.info @documentencoding UTF-8 -@set VERSION 3.1.6-rc2 +@set VERSION 3.1.6 @set UPDATED-MONTH September 2017 @settitle GNU MPFR @value{VERSION} @synindex tp fn diff --git a/src/mpfr.h b/src/mpfr.h index 255daec23..6dba95f27 100644 --- a/src/mpfr.h +++ b/src/mpfr.h @@ -27,7 +27,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #define MPFR_VERSION_MAJOR 3 #define MPFR_VERSION_MINOR 1 #define MPFR_VERSION_PATCHLEVEL 6 -#define MPFR_VERSION_STRING "3.1.6-rc2" +#define MPFR_VERSION_STRING "3.1.6" /* Macros dealing with MPFR VERSION */ #define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c)) diff --git a/src/version.c b/src/version.c index 532a7bc58..12d31a5fa 100644 --- a/src/version.c +++ b/src/version.c @@ -25,5 +25,5 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., const char * mpfr_get_version (void) { - return "3.1.6-rc2"; + return "3.1.6"; } -- cgit v1.2.1