ref: 610494610ac10d0e21d680d0fb7a5802ed6ce2b3
parent: 824508f7de9270ce0816c35b4fcbd9e1e86320c6
author: Simon Howard <fraggle@gmail.com>
date: Sat Nov 25 13:31:54 EST 2006
Remove version from msvc/config.h. This is not generated automatically, so it is better to use a nonsensical version that will encourage anyone that uses it to set it properly. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 757
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -11,17 +11,18 @@
#define PACKAGE_NAME "Chocolate Doom"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Chocolate Doom 0.2.0"
+#define PACKAGE_STRING "Chocolate Doom 0.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.2.0"
+#define PACKAGE_VERSION "0.0.0"
/* Version number of package */
-#define VERSION "0.2.0"
+#define VERSION "0.0.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
+