summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-12-08 16:49:43 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-12-08 16:49:43 +0000
commit969699570476923d8a4bf29253d8e13eaddc50e5 (patch)
treedd35eb8fc7dace636587c2fd2e8a0b7568149be5
parente64fc9e5c3748174780833d37675c4d3ca243ea5 (diff)
downloadmpc-969699570476923d8a4bf29253d8e13eaddc50e5.tar.gz
moving on to 0.8.2-dev
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@733 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--INSTALL4
-rw-r--r--Makefile.vc3
-rw-r--r--configure.ac2
-rw-r--r--src/get_version.c2
-rw-r--r--src/mpc.h4
-rw-r--r--tests/log.dat2
6 files changed, 9 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index aa9170f..66f0331 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,8 +10,8 @@ in the Texinfo documentation (type 'info mpc.info').
1. In the directory of the MPC archive, type
- tar xzf mpc-0.8.1.tar.gz
- cd mpc-0.8.1
+ tar xzf mpc-0.8.2.tar.gz
+ cd mpc-0.8.2
./configure
make
diff --git a/Makefile.vc b/Makefile.vc
index 008062f..09833fc 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -1,3 +1,4 @@
+
# Makefile for the MPC library (Windows version).
#
# Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009 Andreas Enge, Mickael Gastineau, Paul Zimmermann
@@ -46,7 +47,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=0.8.1
+VERSION=0.8.2-dev
######################## do not edit below this line ##########################
diff --git a/configure.ac b/configure.ac
index 0a53877..1cbfb7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ MA 02111-1307, USA. */
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(mpc, 0.8.1, mpc-discuss@lists.gforge.inria.fr)
+AC_INIT(mpc, 0.8.2-dev, mpc-discuss@lists.gforge.inria.fr)
AC_CONFIG_SRCDIR([src/mpc-impl.h])
AC_CONFIG_HEADER([config.h])
diff --git a/src/get_version.c b/src/get_version.c
index 3ea057f..d01c94b 100644
--- a/src/get_version.c
+++ b/src/get_version.c
@@ -24,5 +24,5 @@ MA 02111-1307, USA. */
const char *
mpc_get_version (void)
{
- return "0.8.1";
+ return "0.8.2-dev";
}
diff --git a/src/mpc.h b/src/mpc.h
index 8533fd8..2bcdf39 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -28,8 +28,8 @@ MA 02111-1307, USA. */
/* Define MPC version number */
#define MPC_VERSION_MAJOR 0
#define MPC_VERSION_MINOR 8
-#define MPC_VERSION_PATCHLEVEL 1
-#define MPC_VERSION_STRING "0.8.1"
+#define MPC_VERSION_PATCHLEVEL 2
+#define MPC_VERSION_STRING "0.8.2-dev"
/* Macros dealing with MPC VERSION */
#define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
diff --git a/tests/log.dat b/tests/log.dat
index ac7e0cf..e620cfe 100644
--- a/tests/log.dat
+++ b/tests/log.dat
@@ -32,7 +32,7 @@
0 - 2 -inf 53 +0x3243F6A8885A3p-48 2 -0 2 +0 N D
# The following test reveals a bug in mpfr-2.4.1 and should be disabled for
# the release as long as mpc does not require a more recent version of mpfr.
-# 0 - 2 -inf 53 -0x3243F6A8885A32p-52 2 -0 2 -0 N D
+0 - 2 -inf 53 -0x3243F6A8885A32p-52 2 -0 2 -0 N D
# log(+0 + i*0) = -inf + i*0
0 0 2 -inf 2 +0 2 +0 2 +0 N N