Update version to 1.3-dev

This commit is contained in:
David Capello 2017-09-26 09:33:17 -03:00
parent 244c78aa1b
commit f7b76058d3
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Aseprite -->
<!-- Copyright (C) 2001-2017 by David Capello -->
<gui version="1.2-dev">
<gui version="1.3-dev">
<!-- Keyboard shortcuts -->
<keyboard version="1">

View File

@ -27,7 +27,7 @@
// General information
#define PACKAGE "Aseprite"
#define VERSION "1.2-dev"
#define VERSION "1.3-dev"
#ifdef CUSTOM_WEBSITE_URL
#define WEBSITE CUSTOM_WEBSITE_URL // To test web server

View File

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