mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-05 22:20:23 +00:00
Modified version to 0.8.0.
This commit is contained in:
parent
72c21e88e2
commit
dfb9dd8b82
4
NEWS.txt
4
NEWS.txt
@ -2,8 +2,8 @@
|
|||||||
NEWS
|
NEWS
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
0.8
|
0.8.0
|
||||||
---
|
-----
|
||||||
|
|
||||||
+ IMPORTANT USER INTERFACE CHANGES!
|
+ IMPORTANT USER INTERFACE CHANGES!
|
||||||
- Now you zoom using the mouse wheel without pressing Alt key.
|
- Now you zoom using the mouse wheel without pressing Alt key.
|
||||||
|
2
config.h
2
config.h
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
/* general information */
|
/* general information */
|
||||||
#define PACKAGE "aseprite"
|
#define PACKAGE "aseprite"
|
||||||
#define VERSION "0.8"
|
#define VERSION "0.8.0"
|
||||||
#define WEBSITE "http://www.aseprite.org/"
|
#define WEBSITE "http://www.aseprite.org/"
|
||||||
#define COPYRIGHT "Copyright (C) 2001-2010 David Capello"
|
#define COPYRIGHT "Copyright (C) 2001-2010 David Capello"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
dir="`pwd`"
|
dir="`pwd`"
|
||||||
version=0.8
|
version=0.8.0
|
||||||
distdir=ase-$version
|
distdir=ase-$version
|
||||||
|
|
||||||
freetype_files="third_party/freetype/ChangeLog \
|
freetype_files="third_party/freetype/ChangeLog \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user