summaryrefslogtreecommitdiff
path: root/Makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.vc')
-rw-r--r--Makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.vc b/Makefile.vc
index 008062f..09833fc 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -1,3 +1,4 @@
+
# Makefile for the MPC library (Windows version).
#
# Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009 Andreas Enge, Mickael Gastineau, Paul Zimmermann
@@ -46,7 +47,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=0.8.1
+VERSION=0.8.2-dev
######################## do not edit below this line ##########################