summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-11-20 13:57:05 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-11-20 13:57:05 +0000
commit1f6e40e2ff48fbe5804db7888916ed34870e0fe7 (patch)
tree0328b6a486b316b6f3d7956e5a9eeec9550211be
parent8ac75832d752cf030a9e22de02577f44b819154d (diff)
downloadmpfr-1f6e40e2ff48fbe5804db7888916ed34870e0fe7.tar.gz
Updated version to 2.4.2-rc2.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6547 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--VERSION2
-rw-r--r--configure.in2
-rw-r--r--mpfr.h2
-rw-r--r--mpfr.texi2
-rw-r--r--version.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index ad8f890b2..9cd19b350 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.2-dev
+2.4.2-rc2
diff --git a/configure.in b/configure.in
index ab33711af..53aa5acb9 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-dev])
+AC_INIT([MPFR],[2.4.2-rc2])
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 e970ca5ca..e6d1a41b3 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-dev"
+#define MPFR_VERSION_STRING "2.4.2-rc2"
/* 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 f7b3ddbca..6e9c4e03b 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-dev
+@set VERSION 2.4.2-rc2
@set UPDATED-MONTH November 2009
@settitle GNU MPFR @value{VERSION}
@synindex tp fn
diff --git a/version.c b/version.c
index 18bda207a..3c7687d91 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-dev";
+ return "2.4.2-rc2";
}