mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 05:32:24 +00:00
- Note to self: bump version number in configure.in when
making a new release.
This commit is contained in:
parent
85f1b3fade
commit
4674ab5136
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue