diff --git a/src/helpfile.h b/src/helpfile.h index 09994ee8..85f297f8 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -59,12 +59,12 @@ static const T_Help_table helptable_about[] = HELP_TEXT ("") HELP_TEXT ("") HELP_TITLE(" GRAFX 2 ") - HELP_BOLD (" \"Summer Sunset\" Edition") + HELP_BOLD (" \"Dragon's Layers\" Edition") HELP_BOLD (" THE ULTIMATE MULTI-RESOLUTION GFX EDITOR") HELP_TEXT (" http://grafx2.googlecode.com") HELP_TEXT ("") - HELP_TEXT (" Copyright 2007 by the Grafx2 project team") - HELP_TEXT (" Copyright 1996-2001 by SUNSET DESIGN") + HELP_TEXT ("Copyright 2007-2010, the Grafx2 project team") + HELP_TEXT (" Copyright 1996-2001, SUNSET DESIGN") }; static const T_Help_table helptable_licence[] = { diff --git a/src/pversion.c b/src/pversion.c index 7e5b75d0..6a009437 100644 --- a/src/pversion.c +++ b/src/pversion.c @@ -1,2 +1,2 @@ -char Program_version[]="2.2wip"; +char Program_version[]="2.2";