aboutsummaryrefslogtreecommitdiff
path: root/win32/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config.h')
-rw-r--r--win32/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/win32/config.h b/win32/config.h
index 5783636c88..a94c905650 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -1,8 +1,8 @@
/* This file is appended to config.h.in to form the Windows version of
* config.h */
-#define PACKAGE_NAME "LLVM (win32 vc7.1)"
-#define PACKAGE_VERSION 1.4
+#define PACKAGE_NAME "LLVM (win32 vc8.0)"
+#define PACKAGE_VERSION 2.1
#define HAVE_WINDOWS_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_STAT_H 1
@@ -22,3 +22,6 @@
#define LLVM_ON_WIN32 1
#define strtoll strtol
+#define stricmp _stricmp
+#define strdup _strdup
+