Simplified future version changes.
authorEric Mullins <emwine@earthlink.net>
Sat, 3 Oct 2009 02:47:01 +0000 (20:47 -0600)
committerEric Mullins <emwine@earthlink.net>
Sat, 3 Oct 2009 02:47:01 +0000 (20:47 -0600)
Added a numeric version to config.h that is now used in winboard.rc
instead of being hard-coded there.  Just be sure to preserve the
proper format (4 comma-separated 16 bit integers) or else it won't
compile.

winboard/config.h
winboard/winboard.rc

index 6a73eda..4ec13b0 100644 (file)
@@ -54,6 +54,9 @@
 /* Define to the version of this package. */\r
 #define PACKAGE_VERSION "4.4.1.pre"\r
 \r
+/* Define the Windows-specific FILE version info.  this *MUST* be four comma separated 16-bit integers */\r
+#define PACKAGE_FILEVERSION 4,4,1,0\r
+\r
 #define PTY_ITERATION\r
 \r
 #define PTY_NAME_SPRINTF\r
index 4d63c78..b3d74f3 100644 (file)
@@ -2097,8 +2097,8 @@ WIN                     WAVE    DISCARDABLE     "sounds/win.wav"
 // Version\r
 //\r
 1 VERSIONINFO\r
-FILEVERSION 4,4,0,0\r
-PRODUCTVERSION 4,4,0,0\r
+FILEVERSION PACKAGE_FILEVERSION\r
+PRODUCTVERSION PACKAGE_FILEVERSION\r
 FILETYPE VFT_APP\r
 {\r
   BLOCK "StringFileInfo"\r