From 98abdbf684d08b0fc9411f16f946ec8e76ebd494 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 18 Oct 2008 19:35:26 +0000 Subject: [PATCH] Minor modifications for the next release. --- ChangeLog | 4 ++++ README.txt | 10 +++++----- config.h | 3 +-- misc/dist.sh | 6 ++---- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65731fb78..538016774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-18 David A. Capello + + * Version 0.6 released. + 2008-10-15 David A. Capello * src/core/app.cpp (tabsbar_select_callback): Added support to diff --git a/README.txt b/README.txt index 42d5bad0b..301ea16ac 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/config.h b/config.h index 17e1e961c..7ab12d53d 100644 --- a/config.h +++ b/config.h @@ -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 diff --git a/misc/dist.sh b/misc/dist.sh index 526499474..092212517 100644 --- a/misc/dist.sh +++ b/misc/dist.sh @@ -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 \