Move to 0.9.1 version.

This commit is contained in:
David Capello 2011-10-29 11:18:07 -03:00
parent f7e9756b11
commit cfd74c79bd
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
// General information // General information
#define PACKAGE "ASEPRITE" #define PACKAGE "ASEPRITE"
#define VERSION "0.9" #define VERSION "0.9.1"
#define ASE_BETA 1 #define ASE_BETA 1
#define WEBSITE "http://www.aseprite.org/" #define WEBSITE "http://www.aseprite.org/"
#define COPYRIGHT "Copyright (C) 2001-2011 David Capello" #define COPYRIGHT "Copyright (C) 2001-2011 David Capello"

View File

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

View File

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
dir="`pwd`" dir="`pwd`"
version=0.9 version=0.9.1
distdir=aseprite-$version distdir=aseprite-$version
zip="zip -9" zip="zip -9"
zip_recursive_flag="-r" zip_recursive_flag="-r"