[Super-tux-commit] supertux configure.ac,1.23.2.1,1.23.2.2
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-08-10 11:33:34
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21580 Modified Files: Tag: supertux_0_1_1_branch configure.ac Log Message: Changed 0.1.1 to 0.1.2 in 0_1_1_branch. Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -u -d -r1.23.2.1 -r1.23.2.2 --- configure.ac 5 Aug 2004 14:54:09 -0000 1.23.2.1 +++ configure.ac 10 Aug 2004 11:33:26 -0000 1.23.2.2 @@ -12,7 +12,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.1.2) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(dist-bzip2) |