summaryrefslogtreecommitdiff
path: root/src/mpc.h
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 20:26:19 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 20:26:19 +0000
commitaeacfa0491cc083a77682a5bfc58f2cfc76b7dc6 (patch)
tree4d056d74337b27aa9965e94d1a698c74701c9eab /src/mpc.h
parenta0a24dd6f60dbcaf09942807f86259d9f1ca16f9 (diff)
downloadmpc-aeacfa0491cc083a77682a5bfc58f2cfc76b7dc6.tar.gz
moved to version 0.9-dev instead of 0.8.3-dev
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@863 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'src/mpc.h')
-rw-r--r--src/mpc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mpc.h b/src/mpc.h
index db6463e..11c0ed2 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 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
+Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 Andreas Enge, Paul Zimmermann, Philippe Th\'eveny
This file is part of the MPC Library.
@@ -32,9 +32,9 @@ MA 02111-1307, USA. */
/* Define MPC version number */
#define MPC_VERSION_MAJOR 0
-#define MPC_VERSION_MINOR 8
-#define MPC_VERSION_PATCHLEVEL 3
-#define MPC_VERSION_STRING "0.8.3-dev"
+#define MPC_VERSION_MINOR 9
+#define MPC_VERSION_PATCHLEVEL 0
+#define MPC_VERSION_STRING "0.9-dev"
/* Macros dealing with MPC VERSION */
#define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))