prepare version 2.7 release

This commit is contained in:
Thomas Bernard 2020-01-30 23:58:51 +01:00
parent 011c1a1e85
commit c6460cf939
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
5 changed files with 9 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++) for (x=14,x_pos=0; x_pos<231; x_pos++,x++)
Pixel_in_window(x,y,Gfx->Logo_grafx2[offs_y+x_pos]); Pixel_in_window(x,y,Gfx->Logo_grafx2[offs_y+x_pos]);
Print_in_window(130-4*26,88,"Copyright (c) 2007-2019 by",MC_Dark,MC_Light); Print_in_window(130-4*26,88,"Copyright (c) 2007-2020 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*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*26,112,"Copyright (c) 1996-2001 by",MC_Dark,MC_Light);
Print_in_window(130-4*13,122,"Sunset Design",MC_Black,MC_Light); Print_in_window(130-4*13,122,"Sunset Design",MC_Black,MC_Light);

View File

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

View File

@ -60,12 +60,12 @@ static const T_Help_table helptable_about[] =
HELP_TEXT ("") HELP_TEXT ("")
HELP_TEXT ("") HELP_TEXT ("")
HELP_TITLE(" GRAFX 2 ") HELP_TITLE(" GRAFX 2 ")
HELP_BOLD (" \"Pixels not Dead!\"") HELP_BOLD (" \"8-bits are alive !\"")
HELP_BOLD (" THE ULTIMATE MULTI-RESOLUTION GFX EDITOR") HELP_BOLD (" THE ULTIMATE MULTI-RESOLUTION GFX EDITOR")
HELP_TEXT ("") HELP_TEXT ("")
HELP_TEXT (" http://grafx2.tk") HELP_TEXT (" http://grafx2.tk")
HELP_TEXT ("") HELP_TEXT ("")
HELP_TEXT ("Copyright 2007-2019, the Grafx2 project team") HELP_TEXT ("Copyright 2007-2020, the Grafx2 project team")
HELP_TEXT (" 1996-2001, SUNSET DESIGN") HELP_TEXT (" 1996-2001, SUNSET DESIGN")
}; };
static const T_Help_table helptable_licence[] = static const T_Help_table helptable_licence[] =

View File

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