Minor modifications for the next release.

This commit is contained in:
David Capello 2008-10-18 19:35:26 +00:00
parent 77b06bf748
commit 98abdbf684
4 changed files with 12 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2008-10-18 David A. Capello <davidcapello@gmail.com>
* Version 0.6 released.
2008-10-15 David A. Capello <davidcapello@gmail.com>
* src/core/app.cpp (tabsbar_select_callback): Added support to

View File

@ -8,10 +8,11 @@
INTRODUCTION
===================================
ASE is a program specially designed with facilities to create
animated sprites that can be used in computer games. You can
create static images, characters with movement, textures,
patterns, backgrounds, logos, color palettes, tiles, etc.
ASE (Allegro Sprite Editor) is an open source program to create
animated sprites. Sprites are little images that can be used in your
website or in a video game. You can draw characters with movement,
intros, textures, patterns, backgrounds, logos, color palettes,
isometric levels, etc.
What makes ASE different? It focuses on pixel editing, to do
pixel-art. Indeed, it isn't a photo retouching tool or a vector
@ -91,7 +92,6 @@ CONTACT INFO
For more information, visit the official page of the project:
http://www.aseprite.org/
http://www.aseprite.org/wiki/
----------------------------------------------------------------------------
Copyright (C) 2001-2008 by David A. Capello

View File

@ -1,6 +1,5 @@
/* ASE - Allegro Sprite Editor
* Copyright (C) 2001, 2002, 2003, 2004, 2005,
* 2007, 2008 David A. Capello
* Copyright (C) 2001-2008 David A. Capello
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#! /bin/sh
dir="`pwd`"
version=0.6b2
version=0.6
distdir=ase-$version
freetype_files="third_party/freetype/ChangeLog \
@ -64,11 +64,11 @@ ase_files="config.h \
fix.bat \
fix.sh \
makefile.cfg \
makefile.dj \
makefile.gcc \
makefile.lnx \
makefile.lst \
makefile.mgw \
makefile.vc \
*.txt \
data/aseicon.* \
data/convmatr.def \
@ -78,9 +78,7 @@ ase_files="config.h \
data/palettes/*.col \
data/tips/*.pcx \
data/tips/tips.en \
data/tips/tips.es \
docs/*.pdf \
docs/*.txt \
docs/files/*.txt \
docs/licenses/*.txt \
obj/*.txt \