prepare v2.6 release

This commit is contained in:
Thomas Bernard
2019-01-08 22:34:04 +01:00
parent 843f8b8e63
commit 5d8c61e410
7 changed files with 15 additions and 9 deletions

Binary file not shown.

View File

@@ -164,7 +164,7 @@ void Button_Message_initial(void)
for (x=14,x_pos=0; x_pos<231; x_pos++,x++)
Pixel_in_window(x,y,Gfx->Logo_grafx2[offs_y+x_pos]);
Print_in_window(130-4*26,88,"Copyright (c) 2007-2018 by",MC_Dark,MC_Light);
Print_in_window(130-4*26,88,"Copyright (c) 2007-2019 by",MC_Dark,MC_Light);
Print_in_window(130-4*23,100,"the Grafx2 project team",MC_Black,MC_Light);
Print_in_window(130-4*26,112,"Copyright (c) 1996-2001 by",MC_Dark,MC_Light);
Print_in_window(130-4*13,122,"Sunset Design",MC_Black,MC_Light);

View File

@@ -5,8 +5,8 @@
#endif
1 VERSIONINFO
FILEVERSION 2,6,0,2100
PRODUCTVERSION 2,6,0,2100
FILEVERSION 2,6,0,2472
PRODUCTVERSION 2,6,0,2472
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.6wip2100"
VALUE "FileVersion", "2.6.2472"
VALUE "InternalName", "grafx2"
VALUE "LegalCopyright", "(c) 2007-2018 The GrafX2 Team, (c) 1996-2001 Sunset Design"
VALUE "LegalCopyright", "(c) 2007-2019 The GrafX2 Team, (c) 1996-2001 Sunset Design"
VALUE "OriginalFilename", "grafx2.exe"
VALUE "ProductName", "GrafX2"
VALUE "ProductVersion", "2.6wip2100"
VALUE "ProductVersion", "2.6.2472"
END
END
BLOCK "VarFileInfo"

View File

@@ -65,7 +65,7 @@ static const T_Help_table helptable_about[] =
HELP_TEXT ("")
HELP_TEXT (" http://grafx2.tk")
HELP_TEXT ("")
HELP_TEXT ("Copyright 2007-2018, the Grafx2 project team")
HELP_TEXT ("Copyright 2007-2019, the Grafx2 project team")
HELP_TEXT (" 1996-2001, SUNSET DESIGN")
};
static const T_Help_table helptable_licence[] =

View File

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