Update version to ASE 0.9 in master branch.

This commit is contained in:
David Capello 2010-11-30 11:49:58 -03:00
parent fa4d98d599
commit 1d57167890
3 changed files with 10 additions and 10 deletions

View File

@ -24,8 +24,8 @@
#define _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS
// General information // General information
#define PACKAGE "ASE" #define PACKAGE "ASEPRITE"
#define VERSION "0.8.2-beta" #define VERSION "0.9"
#define ASE_BETA 1 #define ASE_BETA 1
#define WEBSITE "http://www.aseprite.org/" #define WEBSITE "http://www.aseprite.org/"
#define COPYRIGHT "Copyright (C) 2001-2010 David Capello" #define COPYRIGHT "Copyright (C) 2001-2010 David Capello"

View File

@ -51,8 +51,8 @@ void AboutCommand::onExecute(Context* context)
FramePtr frame(new Frame(false, "About " PACKAGE)); FramePtr frame(new Frame(false, "About " PACKAGE));
Widget* box1 = jbox_new(JI_VERTICAL); Widget* box1 = jbox_new(JI_VERTICAL);
Widget* grid = jgrid_new(2, false); Widget* grid = jgrid_new(2, false);
Label* title = new Label(PACKAGE " | Allegro Sprite Editor v" VERSION); Label* title = new Label(PACKAGE " v" VERSION);
Label* subtitle = new Label("A pixel art program"); Label* subtitle = new Label("Animated sprites editor && pixel art tool");
Widget* authors_separator1 = ji_separator_new("Authors:", JI_HORIZONTAL | JI_TOP); Widget* authors_separator1 = ji_separator_new("Authors:", JI_HORIZONTAL | JI_TOP);
Widget* authors_separator2 = ji_separator_new(NULL, JI_HORIZONTAL); Widget* authors_separator2 = ji_separator_new(NULL, JI_HORIZONTAL);
Label* author1 = new LinkLabel("http://www.davidcapello.com.ar/", "David Capello"); Label* author1 = new LinkLabel("http://www.davidcapello.com.ar/", "David Capello");

View File

@ -1,8 +1,8 @@
allegro_icon ICON data/icons/ase072.ico allegro_icon ICON data/icons/ase072.ico
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 0,8,2,0 FILEVERSION 0,9,0,0
PRODUCTVERSION 0,8,2,0 PRODUCTVERSION 0,9,0,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -18,13 +18,13 @@ BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "Comments", "http://www.aseprite.org/" VALUE "Comments", "http://www.aseprite.org/"
VALUE "FileDescription", "Allegro Sprite Editor" VALUE "FileDescription", "ASEPRITE - Animated sprites editor & pixel art tool"
VALUE "FileVersion", "0, 8, 2, 0" VALUE "FileVersion", "0, 9, 0, 0"
VALUE "InternalName", "aseprite" VALUE "InternalName", "aseprite"
VALUE "LegalCopyright", "Copyright (C) 2001-2010 by David Capello" VALUE "LegalCopyright", "Copyright (C) 2001-2010 by David Capello"
VALUE "OriginalFilename", "aseprite.exe" VALUE "OriginalFilename", "aseprite.exe"
VALUE "ProductName", "Allegro Sprite Editor" VALUE "ProductName", "ASEPRITE"
VALUE "ProductVersion", "0, 8, 2, 0" VALUE "ProductVersion", "0, 9, 0, 0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"