From 995558dd8850b3ca60ae3153aefeebe70830c2aa Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 20 Apr 2009 15:34:16 +0000 Subject: [PATCH] Altered text output --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index dea227a0d..438ba0a93 100755 --- a/configure.in +++ b/configure.in @@ -2070,7 +2070,7 @@ echo if test "x${OS_IS_WIN}" = "x0"; then echo "Now type '${MAKE}' to build Cantera" else - echo "Now start Visual Studio, open workspace 'win32/vc8/cantera.sln'," + echo "Now start Visual Studio, open workspace 'win32/vc9/cantera.sln'," echo "and build project 'all'. " # echo " When this finishes, come back here and " # echo "type 'make win' to make the Python and/or MATLAB interfaces."