[aseprite] 289/308: Update version to 1.1.3-dev

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 2bbd918d9923887c9687df1a519e9bb9c6ff0f8f
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Feb 29 22:11:00 2016 -0300

    Update version to 1.1.3-dev
---
 data/gui.xml                | 2 +-
 src/config.h                | 2 +-
 src/main/resources_win32.rc | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/gui.xml b/data/gui.xml
index 8213093..d87e035 100644
--- a/data/gui.xml
+++ b/data/gui.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Aseprite -->
 <!-- Copyright (C) 2001-2016 by David Capello -->
-<gui version="1.1.2-dev">
+<gui version="1.1.3-dev">
   <!-- Keyboard shortcuts -->
   <keyboard version="1">
 
diff --git a/src/config.h b/src/config.h
index 17393d6..26d45e7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -22,7 +22,7 @@
 
 // General information
 #define PACKAGE "Aseprite"
-#define VERSION "1.1.2-dev"
+#define VERSION "1.1.3-dev"
 
 #ifdef CUSTOM_WEBSITE_URL
 #define WEBSITE                 CUSTOM_WEBSITE_URL // To test web server
diff --git a/src/main/resources_win32.rc b/src/main/resources_win32.rc
index 277e2c5..dff654b 100644
--- a/src/main/resources_win32.rc
+++ b/src/main/resources_win32.rc
@@ -3,8 +3,8 @@ allegro_icon ICON data/icons/ase.ico
 1 ICON data/icons/doc.ico
 
 1 VERSIONINFO
-  FILEVERSION 1,1,2,0
-  PRODUCTVERSION 1,1,2,0
+  FILEVERSION 1,1,3,0
+  PRODUCTVERSION 1,1,3,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,1,2,0"
+            VALUE "FileVersion", "1,1,3,0"
             VALUE "InternalName", "aseprite"
             VALUE "LegalCopyright", "Copyright (C) 2001-2016 by David Capello"
             VALUE "OriginalFilename", "aseprite.exe"
             VALUE "ProductName", "ASEPRITE"
-            VALUE "ProductVersion", "1,1,2,0"
+            VALUE "ProductVersion", "1,1,3,0"
         END
     END
     BLOCK "VarFileInfo"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list