2.7 => 2.8wip

This commit is contained in:
Thomas Bernard 2020-02-15 14:38:57 +01:00
parent 6338f865ad
commit 61011ae338
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
3 changed files with 8 additions and 8 deletions

View File

@ -5,8 +5,8 @@
#endif
1 VERSIONINFO
FILEVERSION 2,7,0,2942
PRODUCTVERSION 2,7,0,2942
FILEVERSION 2,8,0,2979
PRODUCTVERSION 2,8,0,2979
FILEFLAGSMASK VS_FF_DEBUG
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@ -20,12 +20,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The GrafX2 Team"
VALUE "FileDescription", "The ultimate 256-color painting programm"
VALUE "FileVersion", "2.7.2942"
VALUE "FileVersion", "2.8wip2979"
VALUE "InternalName", "grafx2"
VALUE "LegalCopyright", "(c) 2007-2020 The GrafX2 Team, (c) 1996-2001 Sunset Design"
VALUE "OriginalFilename", "grafx2.exe"
VALUE "ProductName", "GrafX2"
VALUE "ProductVersion", "2.7.2942"
VALUE "ProductVersion", "2.8wip2979"
END
END
BLOCK "VarFileInfo"

View File

@ -33,10 +33,10 @@ resource app_signature "application/x-vnd.GrafX2";
resource app_version {
major = 2,
middle = 7,
minor = 2947,
middle = 8,
minor = 2979,
variety = B_APPV_FINAL,
variety = B_APPV_BETA,
internal = 0,
short_info = "GrafX2",

View File

@ -1 +1 @@
const char Program_version[]="2.7";
const char Program_version[]="2.8wip";