diff --git a/src/English.lproj/InfoPlist.strings b/src/English.lproj/InfoPlist.strings index 22e6260b..5b8bc99a 100644 Binary files a/src/English.lproj/InfoPlist.strings and b/src/English.lproj/InfoPlist.strings differ diff --git a/src/buttons.c b/src/buttons.c index c8af5239..e6ee7265 100644 --- a/src/buttons.c +++ b/src/buttons.c @@ -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-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*26,112,"Copyright (c) 1996-2001 by",MC_Dark,MC_Light); Print_in_window(130-4*13,122,"Sunset Design",MC_Black,MC_Light); diff --git a/src/gfx2.rc b/src/gfx2.rc index b2b8faf6..b4388113 100644 --- a/src/gfx2.rc +++ b/src/gfx2.rc @@ -5,8 +5,8 @@ #endif 1 VERSIONINFO -FILEVERSION 2,6,0,2567 -PRODUCTVERSION 2,6,0,2567 +FILEVERSION 2,7,0,2942 +PRODUCTVERSION 2,7,0,2942 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.6.2567" + VALUE "FileVersion", "2.7.2942" 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 "ProductName", "GrafX2" - VALUE "ProductVersion", "2.6.2567" + VALUE "ProductVersion", "2.7.2942" END END BLOCK "VarFileInfo" diff --git a/src/helpfile.h b/src/helpfile.h index 4485945a..f7e7b434 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -60,12 +60,12 @@ static const T_Help_table helptable_about[] = HELP_TEXT ("") HELP_TEXT ("") HELP_TITLE(" GRAFX 2 ") - HELP_BOLD (" \"Pixels not Dead!\"") + HELP_BOLD (" \"8-bits are alive !\"") HELP_BOLD (" THE ULTIMATE MULTI-RESOLUTION GFX EDITOR") HELP_TEXT ("") HELP_TEXT (" http://grafx2.tk") 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") }; static const T_Help_table helptable_licence[] = diff --git a/src/pversion.c b/src/pversion.c index 4195bc63..4a4afff2 100644 --- a/src/pversion.c +++ b/src/pversion.c @@ -1 +1 @@ -const char Program_version[]="2.7wip"; +const char Program_version[]="2.7";