- Note to self: bump version number in configure.in when

making a new release.
This commit is contained in:
Jamie Wilkinson 2003-01-30 13:35:03 +00:00
parent 85f1b3fade
commit 4674ab5136
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ dnl stick the revision info into the resulting configure script
AC_REVISION($Revision$) dnl
AC_PREREQ(2.50)
AC_INIT(quake2, 0.1, quake2-devel@lists.quakeforge.net)
AC_INIT(quake2, 0.2, quake2-devel@lists.quakeforge.net)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_SRCDIR(src/main.c)
AM_CONFIG_HEADER(config.h)