From 992268c87c924bd0141ba8a7832b2037bed02ba8 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 25 Nov 2009 12:51:59 +0000 Subject: Updated version to 2.4.2-rc3. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6590 280ebfd0-de03-0410-8827-d642c229c3f4 --- VERSION | 2 +- configure.in | 2 +- mpfr.h | 2 +- mpfr.texi | 2 +- version.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 9cd19b350..3d969fcb5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2-rc2 +2.4.2-rc3 diff --git a/configure.in b/configure.in index 5560ee4d3..e69de1769 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ MA 02110-1301, USA. ]) dnl Add check-news when it checks for more than 15 lines -AC_INIT([MPFR],[2.4.2-rc2]) +AC_INIT([MPFR],[2.4.2-rc3]) dnl Once GNU Automake 1.11 is available on more platforms, remove dnl the following line, uncomment the next two lines, and remove the diff --git a/mpfr.h b/mpfr.h index e6d1a41b3..d642f4d2b 100644 --- a/mpfr.h +++ b/mpfr.h @@ -27,7 +27,7 @@ MA 02110-1301, USA. */ #define MPFR_VERSION_MAJOR 2 #define MPFR_VERSION_MINOR 4 #define MPFR_VERSION_PATCHLEVEL 2 -#define MPFR_VERSION_STRING "2.4.2-rc2" +#define MPFR_VERSION_STRING "2.4.2-rc3" /* Macros dealing with MPFR VERSION */ #define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c)) diff --git a/mpfr.texi b/mpfr.texi index 6e9c4e03b..692533a63 100644 --- a/mpfr.texi +++ b/mpfr.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename mpfr.info @documentencoding ISO-8859-1 -@set VERSION 2.4.2-rc2 +@set VERSION 2.4.2-rc3 @set UPDATED-MONTH November 2009 @settitle GNU MPFR @value{VERSION} @synindex tp fn diff --git a/version.c b/version.c index 3c7687d91..884415acf 100644 --- a/version.c +++ b/version.c @@ -25,5 +25,5 @@ MA 02110-1301, USA. */ const char * mpfr_get_version (void) { - return "2.4.2-rc2"; + return "2.4.2-rc3"; } -- cgit v1.2.1