From: Eric Mullins Date: Sat, 3 Oct 2009 02:47:01 +0000 (-0600) Subject: Simplified future version changes. X-Git-Tag: v4.4.1.20091019~58 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=2363bb5476772d84a81dce759ad95b375bd7bfe7 Simplified future version changes. 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. --- diff --git a/winboard/config.h b/winboard/config.h index 6a73eda..4ec13b0 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -54,6 +54,9 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "4.4.1.pre" +/* Define the Windows-specific FILE version info. this *MUST* be four comma separated 16-bit integers */ +#define PACKAGE_FILEVERSION 4,4,1,0 + #define PTY_ITERATION #define PTY_NAME_SPRINTF diff --git a/winboard/winboard.rc b/winboard/winboard.rc index 4d63c78..b3d74f3 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -2097,8 +2097,8 @@ WIN WAVE DISCARDABLE "sounds/win.wav" // Version // 1 VERSIONINFO -FILEVERSION 4,4,0,0 -PRODUCTVERSION 4,4,0,0 +FILEVERSION PACKAGE_FILEVERSION +PRODUCTVERSION PACKAGE_FILEVERSION FILETYPE VFT_APP { BLOCK "StringFileInfo"