From: Tobias Gläßer Date: Mon, 10 May 2004 22:23:14 +0000 (+0000) Subject: make em ready for something some strange people would actually call an official relea... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=4f0f0d2d17f5b12ef9c225b571c59319142270ae;p=supertux.git make em ready for something some strange people would actually call an official release. What are those people talking about? SVN-Revision: 1095 --- diff --git a/NEWS b/NEWS index 4c81ff2d1..cac8965c0 100644 --- 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) diff --git a/configure.ac b/configure.ac index df117a454..422b03f86 100644 --- a/configure.ac +++ b/configure.ac @@ -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)