This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 9d5d9118302180ccf7ac1f5589d4b9807f49e5c8 Author: David Capello <[email protected]> Date: Sun Jan 25 19:51:59 2015 -0300 Update version to 1.0.9-dev --- data/gui.xml | 2 +- src/config.h | 4 ++-- src/main/resources_win32.rc | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/gui.xml b/data/gui.xml index a157bc0..d1eeb06 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- ASE menus, tools and keyboard shortcuts --> -<gui version="1.0.8-dev"> +<gui version="1.0.9-dev"> <!-- Keyboard shortcuts --> <keyboard version="1"> diff --git a/src/config.h b/src/config.h index 0d17a3e..36bddb1 100644 --- a/src/config.h +++ b/src/config.h @@ -33,7 +33,7 @@ // General information #define PACKAGE "Aseprite" -#define VERSION "1.0.8-dev" +#define VERSION "1.0.9-dev" #ifdef CUSTOM_WEBSITE_URL #define WEBSITE CUSTOM_WEBSITE_URL // To test web server #else @@ -42,7 +42,7 @@ #define WEBSITE_DOWNLOAD WEBSITE "download/" #define WEBSITE_CONTRIBUTORS WEBSITE "contributors/" #define UPDATE_URL WEBSITE "update/?xml=1" -#define COPYRIGHT "Copyright (C) 2001-2014 David Capello" +#define COPYRIGHT "Copyright (C) 2001-2015 David Capello" #define PRINTF verbose_printf diff --git a/src/main/resources_win32.rc b/src/main/resources_win32.rc index 6e39cdf..2ac5990 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,0,8,0 - PRODUCTVERSION 1,0,8,0 + FILEVERSION 1,0,9,0 + PRODUCTVERSION 1,0,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -21,12 +21,12 @@ BEGIN BEGIN VALUE "Comments", "http://aseprite.org/" VALUE "FileDescription", "Aseprite - Animated sprites editor & pixel art tool" - VALUE "FileVersion", "1,0,8,0" + VALUE "FileVersion", "1,0,9,0" VALUE "InternalName", "aseprite" - VALUE "LegalCopyright", "Copyright (C) 2001-2014 by David Capello" + VALUE "LegalCopyright", "Copyright (C) 2001-2015 by David Capello" VALUE "OriginalFilename", "aseprite.exe" VALUE "ProductName", "ASEPRITE" - VALUE "ProductVersion", "1,0,8,0" + VALUE "ProductVersion", "1,0,9,0" END END BLOCK "VarFileInfo" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

