From f6ab702001a9fe8e72ec82a4db9f2a5aeb54712c Mon Sep 17 00:00:00 2001 From: vlefevre Date: Sun, 27 Jan 2019 23:01:21 +0000 Subject: Updated version to 4.0.2-rc2. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13417 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 3485cb258..38e38f8c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.2-dev +4.0.2-rc2 diff --git a/configure.ac b/configure.ac index 19f83b85d..c535513bf 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ https://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],[4.0.2-dev]) +AC_INIT([MPFR],[4.0.2-rc2]) 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 a7f9e147b..30987468e 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 4.0.2-dev +@set VERSION 4.0.2-rc2 @set UPDATED-MONTH January 2019 @settitle GNU MPFR @value{VERSION} @synindex tp fn diff --git a/src/mpfr.h b/src/mpfr.h index 7f895791c..a0d78a1ae 100644 --- a/src/mpfr.h +++ b/src/mpfr.h @@ -27,7 +27,7 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #define MPFR_VERSION_MAJOR 4 #define MPFR_VERSION_MINOR 0 #define MPFR_VERSION_PATCHLEVEL 2 -#define MPFR_VERSION_STRING "4.0.2-dev" +#define MPFR_VERSION_STRING "4.0.2-rc2" /* User macros: MPFR_USE_FILE: Define it to make MPFR define functions dealing diff --git a/src/version.c b/src/version.c index 41007734c..27a0ff2db 100644 --- a/src/version.c +++ b/src/version.c @@ -25,5 +25,5 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., const char * mpfr_get_version (void) { - return "4.0.2-dev"; + return "4.0.2-rc2"; } -- cgit v1.2.1