make em ready for something some strange people would actually call an official relea...
authorTobias Gläßer <tobi.web@gmx.de>
Mon, 10 May 2004 22:23:14 +0000 (22:23 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Mon, 10 May 2004 22:23:14 +0000 (22:23 +0000)
SVN-Revision: 1095

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4c81ff2..cac8965 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-Super Tux 0.1.1 (...)
+Super Tux 0.1.1 (11 May 04)
 =====================
   * new handwritten font
-  * endseq bug squished
-  * build in leveledior
+  * endseq bugs squished
+  * build in leveleditor
   * support for g++-2.95  
+  * various bug fixes
   
 
 Super Tux 0.1.0 (3 May 04)
index df117a4..422b03f 100644 (file)
@@ -12,7 +12,7 @@ dnl ===========================================================================
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.54])
-AC_INIT(SuperTux, 0.1.0)
+AC_INIT(SuperTux, 0.1.1)
 AC_CONFIG_SRCDIR([src/supertux.cpp])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(dist-bzip2)