Modified version to 0.8.0.

This commit is contained in:
David Capello 2010-03-24 13:21:59 -03:00
parent 72c21e88e2
commit dfb9dd8b82
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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 \