summaryrefslogtreecommitdiff
path: root/Makefile.vc
diff options
context:
space:
mode:
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 ##########################