mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Update version to ASE 0.9 in master branch.
This commit is contained in:
parent
fa4d98d599
commit
1d57167890
4
config.h
4
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"
|
||||
|
@ -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");
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user