Update version to 1.0.2

This commit is contained in:
David Capello 2014-06-15 12:03:23 -03:00
parent b95ba82c87
commit abe957f037
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- ASE menus, tools and keyboard shortcuts -->
<gui version="1.0.1-dev">
<gui version="1.0.2-dev">
<!-- Keyboard shortcuts -->
<keyboard>

View File

@ -33,7 +33,7 @@
// General information
#define PACKAGE "Aseprite"
#define VERSION "1.0.1-dev"
#define VERSION "1.0.2-dev"
#ifdef CUSTOM_WEBSITE_URL
#define WEBSITE CUSTOM_WEBSITE_URL // To test web server
#else

View File

@ -1,8 +1,8 @@
allegro_icon ICON data/icons/ase.ico
1 VERSIONINFO
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEVERSION 1,0,2,0
PRODUCTVERSION 1,0,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "Comments", "http://aseprite.org/"
VALUE "FileDescription", "Aseprite - Animated sprites editor & pixel art tool"
VALUE "FileVersion", "1,0,1,0"
VALUE "FileVersion", "1,0,2,0"
VALUE "InternalName", "aseprite"
VALUE "LegalCopyright", "Copyright (C) 2001-2014 by David Capello"
VALUE "OriginalFilename", "aseprite.exe"
VALUE "ProductName", "ASEPRITE"
VALUE "ProductVersion", "1,0,1,0"
VALUE "ProductVersion", "1,0,2,0"
END
END
BLOCK "VarFileInfo"