summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2020-07-23 12:31:57 +0200
committerAndreas Enge <andreas.enge@inria.fr>2020-07-23 12:31:57 +0200
commit54489772a642765a6252543658d781372877ac84 (patch)
treeeb3470670257f0ac67c8798774b78f1b424263f1
parent9cbf08acfd5224c3fc71d4122a034dc649afe655 (diff)
downloadmpc-git-54489772a642765a6252543658d781372877ac84.tar.gz
Set version number to 1.2.0dev.
* INSTALL, Makefile.vc, NEWS, configure.ac, doc/version.texi, src/get_version.c, src/mpc.h: Set version to 1.2.0dev.
-rw-r--r--INSTALL6
-rw-r--r--Makefile.vc4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--doc/version.texi8
-rw-r--r--src/get_version.c4
-rw-r--r--src/mpc.h8
7 files changed, 17 insertions, 17 deletions
diff --git a/INSTALL b/INSTALL
index c0d981e..f286b28 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Copyright (C) INRIA 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2018
+Copyright (C) INRIA 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2014, 2015, 2018, 2020
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -19,8 +19,8 @@ This is for the impatient, for deeper explanations see the chapter
1. In the directory of the GNU MPC archive, type
- tar xzf mpc-1.1.1.tar.gz
- cd mpc-1.1.0
+ tar xzf mpc-1.2.0.tar.gz
+ cd mpc-1.2.0
./configure
make
diff --git a/Makefile.vc b/Makefile.vc
index e68ff75..ba5ae95 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -1,6 +1,6 @@
# Makefile for the MPC library (Windows version).
#
-# Copyright (C) INRIA - CNRS, 2002, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2017, 2018
+# Copyright (C) INRIA - CNRS, 2002, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2020
#
# This file is part of the MPC Library.
#
@@ -50,7 +50,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=1.1.1dev
+VERSION=1.2.0dev
######################## do not edit below this line ##########################
diff --git a/NEWS b/NEWS
index b0c2aa6..e8d624c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version xxx:
+Changes in version 1.2.0:
- New functions: mpc_sum, mpc_dot
- Several functions are more robust with a reduced exponent range
(for example corresponding to IEEE 754 binary formats)
diff --git a/configure.ac b/configure.ac
index 9f8069b..9fdd9cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(mpc, 1.1.1dev, mpc-discuss@lists.gforge.inria.fr)
+AC_INIT(mpc, 1.2.0dev, mpc-discuss@lists.gforge.inria.fr)
AC_CONFIG_SRCDIR([src/mpc-impl.h])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/version.texi b/doc/version.texi
index 2fdcf8b..85d72d9 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 16 January 2019
-@set UPDATED-MONTH January 2019
-@set EDITION 1.1.1dev
-@set VERSION 1.1.1dev
+@set UPDATED 23 July 2020
+@set UPDATED-MONTH July 2020
+@set EDITION 1.2.0dev
+@set VERSION 1.2.0dev
diff --git a/src/get_version.c b/src/get_version.c
index f853287..13e1d23 100644
--- a/src/get_version.c
+++ b/src/get_version.c
@@ -1,6 +1,6 @@
/* mpc_get_version -- MPC version
-Copyright (C) 2008, 2009, 2010, 2011, 2012, 2017, 2018 INRIA
+Copyright (C) 2008, 2009, 2010, 2011, 2012, 2017, 2018, 2020 INRIA
This file is part of GNU MPC.
@@ -23,5 +23,5 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
const char *
mpc_get_version (void)
{
- return "1.1.1dev";
+ return "1.2.0dev";
}
diff --git a/src/mpc.h b/src/mpc.h
index db09e8b..f2b4211 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -1,6 +1,6 @@
/* mpc.h -- Include file for mpc.
-Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2016, 2017, 2018 INRIA
+Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2016, 2017, 2018, 2020 INRIA
This file is part of GNU MPC.
@@ -26,9 +26,9 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
/* Define MPC version number */
#define MPC_VERSION_MAJOR 1
-#define MPC_VERSION_MINOR 1
-#define MPC_VERSION_PATCHLEVEL 1
-#define MPC_VERSION_STRING "1.1.1dev"
+#define MPC_VERSION_MINOR 2
+#define MPC_VERSION_PATCHLEVEL 0
+#define MPC_VERSION_STRING "1.2.0dev"
/* Macros dealing with MPC VERSION */
#define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))