From 7cadf577c45d25a678dcc011909f8fa2ee106793 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 8 Mar 2013 11:59:32 +0000 Subject: Updated version to 3.1.2-rc1 and updated libmpfr_la_LDFLAGS in src/Makefile.am for the next release. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8470 280ebfd0-de03-0410-8827-d642c229c3f4 --- VERSION | 2 +- configure.ac | 2 +- doc/mpfr.texi | 2 +- src/Makefile.am | 2 +- src/mpfr.h | 2 +- src/version.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 47ae1f782..88fd2430b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2-dev +3.1.2-rc1 diff --git a/configure.ac b/configure.ac index 0e0fa60ee..2908de2cd 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.2-dev]) +AC_INIT([MPFR],[3.1.2-rc1]) 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 cbd0009d7..80c7c9a6b 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.2-dev +@set VERSION 3.1.2-rc1 @set UPDATED-MONTH March 2013 @settitle GNU MPFR @value{VERSION} @synindex tp fn diff --git a/src/Makefile.am b/src/Makefile.am index 3f30bf0d6..7644cda72 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,7 +75,7 @@ libmpfr_la_LIBADD = @LIBOBJS@ # 2.4.x 3:x:2 # 3.0.x 4:x:0 # 3.1.x 5:x:1 -libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 5:1:1 +libmpfr_la_LDFLAGS = $(MPFR_LDFLAGS) $(LIBMPFR_LDFLAGS) -version-info 5:2:1 # Important note: If for some reason, srcdir is read-only at build time # (and you use objdir != srcdir), then you need to rebuild get_patches.c diff --git a/src/mpfr.h b/src/mpfr.h index a8e9a93d3..df9828019 100644 --- a/src/mpfr.h +++ b/src/mpfr.h @@ -27,7 +27,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #define MPFR_VERSION_MAJOR 3 #define MPFR_VERSION_MINOR 1 #define MPFR_VERSION_PATCHLEVEL 2 -#define MPFR_VERSION_STRING "3.1.2-dev" +#define MPFR_VERSION_STRING "3.1.2-rc1" /* 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 59305c360..2810f5767 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.2-dev"; + return "3.1.2-rc1"; } -- cgit v1.2.1