summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-10 11:52:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-10 11:52:33 +0000
commitbca3e382381845f3fba20b20d45e8a49ba1a5bfa (patch)
treeb1e93890d0237746104ed4bb23526f30f4ada0c9
parentf59ec34ffef4115fded4b00ee2a77454c10582d8 (diff)
downloadmpfr-bca3e382381845f3fba20b20d45e8a49ba1a5bfa.tar.gz
Updated version to 4.1.0.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.1@14065 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--doc/mpfr.texi2
-rw-r--r--src/mpfr.h2
-rw-r--r--src/version.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index 345d3bc1d..ee74734aa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.0-rc2
+4.1.0
diff --git a/configure.ac b/configure.ac
index aaa3dedcc..ea92c1f97 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.1.0-rc2])
+AC_INIT([MPFR],[4.1.0])
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 72adbeb24..54b6aa8c2 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.1.0-rc2
+@set VERSION 4.1.0
@set UPDATED-MONTH July 2020
@settitle GNU MPFR @value{VERSION}
@synindex tp fn
diff --git a/src/mpfr.h b/src/mpfr.h
index 1bcff272e..109c75f73 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 1
#define MPFR_VERSION_PATCHLEVEL 0
-#define MPFR_VERSION_STRING "4.1.0-rc2"
+#define MPFR_VERSION_STRING "4.1.0"
/* User macros:
MPFR_USE_FILE: Define it to make MPFR define functions dealing
diff --git a/src/version.c b/src/version.c
index ecedb8236..035f1580a 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.1.0-rc2";
+ return "4.1.0";
}