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.
/* 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
// 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