summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-08-05 13:17:23 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-08-05 13:17:23 +0000
commit5c19f5acde7a5ff901b5449591399249d9ef0476 (patch)
treeb89aa0ae2f1c3bf03a7e0e6cfc1fa2a0af37f82f
parentcb842cbd87c4d94e92d64d5bbb54dafc9f52c2a4 (diff)
downloadmpfr-5c19f5acde7a5ff901b5449591399249d9ef0476.tar.gz
Updated version to 3.2.0-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7786 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--INSTALL6
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--doc/mpfr.texi6
-rw-r--r--src/mpfr.h4
-rw-r--r--src/version.c2
6 files changed, 11 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index f6b79c37f..ca9adea42 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,10 +35,10 @@ MPFR).
2. It is strongly advised to apply the latest patches (if this has
not been done yet), e.g.
- wget http://www.mpfr.org/mpfr-3.1.0/allpatches
+ wget http://www.mpfr.org/mpfr-3.2.0/allpatches
patch -N -Z -p1 < allpatches
or
- curl http://www.mpfr.org/mpfr-3.1.0/allpatches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-3.2.0/allpatches | patch -N -Z -p1
(Those instructions are for the GNU patch command, for example
/usr/bin/gpatch on Solaris.)
@@ -317,7 +317,7 @@ Several documents may help you to solve the problem:
* the FAQ (either the FAQ.html file distributed with MPFR, or the
on-line version <http://www.mpfr.org/faq.html>, which may be more
up-to-date);
- * the MPFR web page for this version <http://www.mpfr.org/mpfr-3.1.0/>,
+ * the MPFR web page for this version <http://www.mpfr.org/mpfr-3.2.0/>,
which lists bugs found in this version and provides some patches.
If the "configure" fails, please check that the C compiler and its
diff --git a/VERSION b/VERSION
index 0f9d6b15d..df4a76732 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.0-dev
+3.2.0-dev
diff --git a/configure.ac b/configure.ac
index f606bf371..b6b0500a7 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.0-dev])
+AC_INIT([MPFR],[3.2.0-dev])
AM_INIT_AUTOMAKE([1.11 no-define dist-bzip2 dist-xz dist-zip])
AM_MAINTAINER_MODE(enable)
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index d9a06c8ba..2ee86e19e 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.0-dev
+@set VERSION 3.2.0-dev
@set UPDATED-MONTH July 2011
@settitle GNU MPFR @value{VERSION}
@synindex tp fn
@@ -463,7 +463,7 @@ specific to MPFR). Problems are also mentioned in the FAQ
Please report problems to the MPFR mailing-list @samp{mpfr@@loria.fr}.
@xref{Reporting Bugs}.
Some bug fixes are available on the
-MPFR 3.1.0 web page @url{http://www.mpfr.org/mpfr-3.1.0/}.
+MPFR 3.2.0 web page @url{http://www.mpfr.org/mpfr-3.2.0/}.
@section Getting the Latest Version of MPFR
@@ -478,7 +478,7 @@ The latest version of MPFR is available from
@comment Warning! Do not split "MPFR ... @url{...}" across several lines
@comment as this needs to be updated with update-version.
If you think you have found a bug in the MPFR library, first have a look
-on the MPFR 3.1.0 web page @url{http://www.mpfr.org/mpfr-3.1.0/} and the
+on the MPFR 3.2.0 web page @url{http://www.mpfr.org/mpfr-3.2.0/} and the
FAQ @url{http://www.mpfr.org/faq.html}:
perhaps this bug is already known, in which case you may find there
a workaround for it.
diff --git a/src/mpfr.h b/src/mpfr.h
index 3f52932b5..d7a60489d 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -25,9 +25,9 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
/* Define MPFR version number */
#define MPFR_VERSION_MAJOR 3
-#define MPFR_VERSION_MINOR 1
+#define MPFR_VERSION_MINOR 2
#define MPFR_VERSION_PATCHLEVEL 0
-#define MPFR_VERSION_STRING "3.1.0-dev"
+#define MPFR_VERSION_STRING "3.2.0-dev"
/* 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 8a276aa62..b64cd85c5 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.0-dev";
+ return "3.2.0-dev";
}