From ee9ca393b30da0c327a23bd79f1e821f41c9b4ef Mon Sep 17 00:00:00 2001 From: vlefevre Date: Sun, 22 Nov 2009 22:10:35 +0000 Subject: Switched version back to 2.4.2-dev. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6553 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..ad8f890b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2-rc2 +2.4.2-dev diff --git a/configure.in b/configure.in index 53aa5acb9..ab33711af 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-dev]) 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..e970ca5ca 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-dev" /* 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..f7b3ddbca 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-dev @set UPDATED-MONTH November 2009 @settitle GNU MPFR @value{VERSION} @synindex tp fn diff --git a/version.c b/version.c index 3c7687d91..18bda207a 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-dev"; } -- cgit v1.2.1