summaryrefslogtreecommitdiff
path: root/src/mpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc.h')
-rw-r--r--src/mpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc.h b/src/mpc.h
index cfcd083..1607cac 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 INRIA
+Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2014 INRIA
This file is part of GNU MPC.
@@ -33,7 +33,7 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 0
#define MPC_VERSION_PATCHLEVEL 2
-#define MPC_VERSION_STRING "1.0.2dev"
+#define MPC_VERSION_STRING "1.0.2"
/* Macros dealing with MPC VERSION */
#define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))