summaryrefslogtreecommitdiff
path: root/src/mpc.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-01 11:54:04 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-09-01 11:54:04 +0000
commit7b8363d3103cee748be1033fa2262aaabc78239c (patch)
tree90dc3eb51fe6756421ecdf8e266d94f96028e8cd /src/mpc.h
parent05c1c0742682cb9022bfd3f6deead0973934627a (diff)
downloadmpc-7b8363d3103cee748be1033fa2262aaabc78239c.tar.gz
changed 1.0.0-dev into 1.0.0dev (suggested by Ludovic Courtes so that
we can compare versions with strverscmp) git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1061 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'src/mpc.h')
-rw-r--r--src/mpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc.h b/src/mpc.h
index 6ac17db..65cce7a 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -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 0
-#define MPC_VERSION_STRING "1.0.0-dev"
+#define MPC_VERSION_STRING "1.0.0dev"
/* Macros dealing with MPC VERSION */
#define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))