From 7434f8c2c949d012b81a0db0a574b833c5123d4f Mon Sep 17 00:00:00 2001 From: jxyang Date: Sun, 28 Jun 2015 11:00:43 -0700 Subject: [PATCH] add define for PACKAGE_STRING in vcxproj --- src/csmith.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csmith.vcxproj b/src/csmith.vcxproj index 70f3cf3c6..90cdf808a 100644 --- a/src/csmith.vcxproj +++ b/src/csmith.vcxproj @@ -100,7 +100,7 @@ MaxSpeed OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;PACKAGE_STRING;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;PACKAGE_STRING="2.3.0";%(PreprocessorDefinitions) true MultiThreaded true