summaryrefslogtreecommitdiff
path: root/msvc/config.h
diff options
context:
space:
mode:
authorGhostlyDeath2008-01-16 13:39:24 +0000
committerGhostlyDeath2008-01-16 13:39:24 +0000
commitdd32de5567784e912f28e735b4415344f1d8feb5 (patch)
tree8db79f608beb1389abda2c605322619a900af61a /msvc/config.h
parent095d69a9c05789c08402bcc9509da6321c6c7636 (diff)
downloadchocolate-doom-dd32de5567784e912f28e735b4415344f1d8feb5.tar.gz
chocolate-doom-dd32de5567784e912f28e735b4415344f1d8feb5.tar.bz2
chocolate-doom-dd32de5567784e912f28e735b4415344f1d8feb5.zip
Added MSVC9 (2k8 Express) Project File; The client builds but -setup and
-server just need to have files excluded/included from the project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1000
Diffstat (limited to 'msvc/config.h')
-rw-r--r--msvc/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc/config.h b/msvc/config.h
index 79416b60..001a0f70 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -11,16 +11,16 @@
#define PACKAGE_NAME "Chocolate Doom"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Chocolate Doom 0.0.0"
+#define PACKAGE_STRING "Chocolate Doom 1.0.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "chocolate-doom"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.0.0"
+#define PACKAGE_VERSION "1.0.0"
/* Version number of package */
-#define VERSION "0.0.0"
+#define VERSION "1.0.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */