mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +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
|
||||
#define PACKAGE "ASEPRITE"
|
||||
#define VERSION "0.9"
|
||||
#define VERSION "0.9.1"
|
||||
#define ASE_BETA 1
|
||||
#define WEBSITE "http://www.aseprite.org/"
|
||||
#define COPYRIGHT "Copyright (C) 2001-2011 David Capello"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- ASE menus, tools and keyboard shortcuts -->
|
||||
<gui version="0.9">
|
||||
<gui version="0.9.1">
|
||||
<!-- Keyboard shortcuts -->
|
||||
<keyboard>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
dir="`pwd`"
|
||||
version=0.9
|
||||
version=0.9.1
|
||||
distdir=aseprite-$version
|
||||
zip="zip -9"
|
||||
zip_recursive_flag="-r"
|
||||
|
Loading…
Reference in New Issue
Block a user