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
// 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"

View File

@ -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");

View File

@ -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"