mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-25 15:18:23 +00:00
Update version to v1.1.10-dev
This commit is contained in:
parent
cc18334c5a
commit
9f06ce62b4
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Aseprite -->
|
<!-- Aseprite -->
|
||||||
<!-- Copyright (C) 2001-2016 by David Capello -->
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
||||||
<gui version="1.1.9-dev">
|
<gui version="1.1.10-dev">
|
||||||
<!-- Keyboard shortcuts -->
|
<!-- Keyboard shortcuts -->
|
||||||
<keyboard version="1">
|
<keyboard version="1">
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
// General information
|
// General information
|
||||||
#define PACKAGE "Aseprite"
|
#define PACKAGE "Aseprite"
|
||||||
#define VERSION "1.1.9-dev"
|
#define VERSION "1.1.10-dev"
|
||||||
|
|
||||||
#ifdef CUSTOM_WEBSITE_URL
|
#ifdef CUSTOM_WEBSITE_URL
|
||||||
#define WEBSITE CUSTOM_WEBSITE_URL // To test web server
|
#define WEBSITE CUSTOM_WEBSITE_URL // To test web server
|
||||||
|
@ -3,8 +3,8 @@ allegro_icon ICON data/icons/ase.ico
|
|||||||
1 ICON data/icons/doc.ico
|
1 ICON data/icons/doc.ico
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 1,1,9,0
|
FILEVERSION 1,1,10,0
|
||||||
PRODUCTVERSION 1,1,9,0
|
PRODUCTVERSION 1,1,10,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -21,12 +21,12 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "Comments", "http://www.aseprite.org/"
|
VALUE "Comments", "http://www.aseprite.org/"
|
||||||
VALUE "FileDescription", "Aseprite - Animated sprites editor & pixel art tool"
|
VALUE "FileDescription", "Aseprite - Animated sprites editor & pixel art tool"
|
||||||
VALUE "FileVersion", "1,1,9,0"
|
VALUE "FileVersion", "1,1,10,0"
|
||||||
VALUE "InternalName", "aseprite"
|
VALUE "InternalName", "aseprite"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2001-2016 by David Capello"
|
VALUE "LegalCopyright", "Copyright (C) 2001-2016 by David Capello"
|
||||||
VALUE "OriginalFilename", "aseprite.exe"
|
VALUE "OriginalFilename", "aseprite.exe"
|
||||||
VALUE "ProductName", "ASEPRITE"
|
VALUE "ProductName", "ASEPRITE"
|
||||||
VALUE "ProductVersion", "1,1,9,0"
|
VALUE "ProductVersion", "1,1,10,0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
Reference in New Issue
Block a user