summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-05-14 11:57:13 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-05-14 11:57:13 +0000
commit5a2de39b9276a8051f08018b69b4a056c0323591 (patch)
treebcb0657a3469f6df773ba189f6d30d5f5b5b8c51
parent2839ecffdeaa45f65143db1fded0c4c549b68366 (diff)
downloadmpc-5a2de39b9276a8051f08018b69b4a056c0323591.tar.gz
moving on to version 0.8.3-dev
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@765 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--INSTALL4
-rw-r--r--Makefile.vc2
-rw-r--r--configure.ac4
-rw-r--r--doc/version.texi4
-rw-r--r--src/get_version.c4
-rw-r--r--src/mpc.h4
-rw-r--r--tests/log.dat2
7 files changed, 12 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 66f0331..ed25a44 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.2.tar.gz
- cd mpc-0.8.2
+ tar xzf mpc-0.8.3.tar.gz
+ cd mpc-0.8.3
./configure
make
diff --git a/Makefile.vc b/Makefile.vc
index 5f16c1f..50fba66 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -47,7 +47,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=0.8.2
+VERSION=0.8.3-dev
######################## do not edit below this line ##########################
diff --git a/configure.ac b/configure.ac
index b171774..93b4412 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
/* configure.ac
-Copyright (C) 2008, 2009 Andreas Enge, Philippe Th\'eveny
+Copyright (C) 2008, 2009, 2010 Andreas Enge, Philippe Th\'eveny
This file is part of the MPC Library.
@@ -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.2, mpc-discuss@lists.gforge.inria.fr)
+AC_INIT(mpc, 0.8.3-dev, 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 b981688..6f48724 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 14 May 2010
@set UPDATED-MONTH May 2010
-@set EDITION 0.8.2
-@set VERSION 0.8.2
+@set EDITION 0.8.3-dev
+@set VERSION 0.8.3-dev
diff --git a/src/get_version.c b/src/get_version.c
index ad06a11..bc9615b 100644
--- a/src/get_version.c
+++ b/src/get_version.c
@@ -1,6 +1,6 @@
/* mpc_get_version -- MPC version
-Copyright (C) 2008, 2009 Philippe Th\'eveny, Andreas Enge
+Copyright (C) 2008, 2009, 2010 Philippe Th\'eveny, Andreas Enge
This file is part of the MPC Library.
@@ -24,5 +24,5 @@ MA 02111-1307, USA. */
const char *
mpc_get_version (void)
{
- return "0.8.2";
+ return "0.8.3-dev";
}
diff --git a/src/mpc.h b/src/mpc.h
index 4cefd65..1d83e5f 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 2
-#define MPC_VERSION_STRING "0.8.2"
+#define MPC_VERSION_PATCHLEVEL 3
+#define MPC_VERSION_STRING "0.8.3-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 e59a67a..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