summaryrefslogtreecommitdiff
path: root/Makefile.vc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-07 11:50:26 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-07-07 11:50:26 +0000
commit96672b7b2c2b31466a0f576d5c5a398e6cba8f81 (patch)
tree9ece585eadd3f5af3cd70cd60b1dd12a048b411e /Makefile.vc
parent65cea3c888cabed8867bf72ec41194b2727375ee (diff)
downloadmpc-96672b7b2c2b31466a0f576d5c5a398e6cba8f81.tar.gz
preparing 1.0.0rc1
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1239 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'Makefile.vc')
-rw-r--r--Makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.vc b/Makefile.vc
index 8998dd3..7269f76 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -1,6 +1,6 @@
# Makefile for the MPC library (Windows version).
#
-# Copyright (C) INRIA - CNRS, 2002, 2004, 2005, 2007, 2008, 2009, 2010, 2011
+# Copyright (C) INRIA - CNRS, 2002, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
#
# This file is part of the MPC Library.
#
@@ -50,7 +50,7 @@ CPP = cl.exe
CC = cl.exe
CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs
-VERSION=1.0.0dev
+VERSION=1.0.0rc1
######################## do not edit below this line ##########################