diff --git a/config.h b/config.h index 198f83026..09fd7be10 100644 --- a/config.h +++ b/config.h @@ -24,8 +24,8 @@ #define _CRT_SECURE_NO_WARNINGS // General information -#define PACKAGE "ASE" -#define VERSION "0.8.2-beta" +#define PACKAGE "ASEPRITE" +#define VERSION "0.9" #define ASE_BETA 1 #define WEBSITE "http://www.aseprite.org/" #define COPYRIGHT "Copyright (C) 2001-2010 David Capello" diff --git a/src/commands/cmd_about.cpp b/src/commands/cmd_about.cpp index 0c9830a41..60ba60e49 100644 --- a/src/commands/cmd_about.cpp +++ b/src/commands/cmd_about.cpp @@ -51,8 +51,8 @@ void AboutCommand::onExecute(Context* context) FramePtr frame(new Frame(false, "About " PACKAGE)); Widget* box1 = jbox_new(JI_VERTICAL); Widget* grid = jgrid_new(2, false); - Label* title = new Label(PACKAGE " | Allegro Sprite Editor v" VERSION); - Label* subtitle = new Label("A pixel art program"); + Label* title = new Label(PACKAGE " v" VERSION); + Label* subtitle = new Label("Animated sprites editor && pixel art tool"); Widget* authors_separator1 = ji_separator_new("Authors:", JI_HORIZONTAL | JI_TOP); Widget* authors_separator2 = ji_separator_new(NULL, JI_HORIZONTAL); Label* author1 = new LinkLabel("http://www.davidcapello.com.ar/", "David Capello"); diff --git a/src/resources_win32.rc b/src/resources_win32.rc index 93b4a4d3c..042eecfd6 100644 --- a/src/resources_win32.rc +++ b/src/resources_win32.rc @@ -1,8 +1,8 @@ allegro_icon ICON data/icons/ase072.ico 1 VERSIONINFO - FILEVERSION 0,8,2,0 - PRODUCTVERSION 0,8,2,0 + FILEVERSION 0,9,0,0 + PRODUCTVERSION 0,9,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -18,13 +18,13 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "http://www.aseprite.org/" - VALUE "FileDescription", "Allegro Sprite Editor" - VALUE "FileVersion", "0, 8, 2, 0" + VALUE "FileDescription", "ASEPRITE - Animated sprites editor & pixel art tool" + VALUE "FileVersion", "0, 9, 0, 0" VALUE "InternalName", "aseprite" VALUE "LegalCopyright", "Copyright (C) 2001-2010 by David Capello" VALUE "OriginalFilename", "aseprite.exe" - VALUE "ProductName", "Allegro Sprite Editor" - VALUE "ProductVersion", "0, 8, 2, 0" + VALUE "ProductName", "ASEPRITE" + VALUE "ProductVersion", "0, 9, 0, 0" END END BLOCK "VarFileInfo"