[Super-tux-commit] supertux configure.ac,1.31,1.32
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-10 11:33:06
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21506 Modified Files: configure.ac Log Message: Changed 0.1.1 version to 0.2-cvs in HEAD. Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- configure.ac 20 Jul 2004 18:00:43 -0000 1.31 +++ configure.ac 10 Aug 2004 11:32:54 -0000 1.32 @@ -11,7 +11,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) -AC_INIT(SuperTux, 0.1.1) +AC_INIT(SuperTux, 0.2-cvs) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET |