summaryrefslogtreecommitdiff
path: root/Makefile.vc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-30 19:17:17 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-30 19:17:17 +0000
commit4199a83713c1dfd429a37f7cf4b09f9234d6d85b (patch)
treef7a0612adf0a55d51a333b0fd0d37df17a36e891 /Makefile.vc
parent82f43af1baa9f8a2ddcaf4e2e30a5e36ba81d3cd (diff)
downloadmpc-4199a83713c1dfd429a37f7cf4b09f9234d6d85b.tar.gz
README.dev: Disabling of error flags in releases is now down automatically
mpc.texi: Expanded explanation of mpc_inp_str inp_str.c, inp_str.dat: Removed FIXME lines; the code behaves according to the documentation INSTALL: Updated the e-mail address for bug reports Updated version number to 0.6 in view of imminent release git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@520 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'Makefile.vc')
-rw-r--r--Makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.vc b/Makefile.vc
index fadbbd3..f232cb9 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -39,7 +39,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=0.6-dev
+VERSION=0.6
######################## do not edit below this line ##########################