From ae18f9bf4a725bd60ac4c4be38c49cce37ffe761 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 2 May 2004 18:47:06 +0000 Subject: [PATCH] - added lispreader issue to todo - changed version number SVN-Revision: 921 --- Makefile.am | 3 ++- TODO | 3 ++- configure.ac | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 381e3f0a4..5c50fe067 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = src data -# EOF # +EXTRA_DIST = contrib/levelconvert.py TODO +# EOF # diff --git a/TODO b/TODO index 7326d4890..adfe2cc5d 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,8 @@ These are mostly bugs: Todo ---- - +- change lispreader to throw exceptions instead of simply assert() on + syntax error - tux sometimes makes short jumps in the endsequence, mostly when going through the goal with a small jump, might be old_up related - fadein/out for intro/extro would be nice diff --git a/configure.ac b/configure.ac index d3d79acf0..df117a454 100644 --- a/configure.ac +++ b/configure.ac @@ -12,10 +12,10 @@ dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) -AC_INIT(SuperTux, 0.1.0pre1) +AC_INIT(SuperTux, 0.1.0) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(dist-bzip2) SDL_VERSION=1.2.4 -- 2.11.0