mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 13:14:44 +00:00
Move to 0.9.1 version.
This commit is contained in:
parent
f7e9756b11
commit
cfd74c79bd
2
config.h
2
config.h
@ -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"
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user