summaryrefslogtreecommitdiff
path: root/Makefile.vc
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 /Makefile.vc
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 'Makefile.vc')
-rw-r--r--Makefile.vc5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.vc b/Makefile.vc
index 50fba66..5258e96 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -1,7 +1,6 @@
-
# Makefile for the MPC library (Windows version).
#
-# Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009, 2010 Andreas Enge, Mickael Gastineau, Paul Zimmermann
+# Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009, 2010, 2011 Andreas Enge, Mickael Gastineau, Paul Zimmermann
#
# This file is part of the MPC Library.
#
@@ -47,7 +46,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=0.8.3-dev
+VERSION=0.9-dev
######################## do not edit below this line ##########################