Rev for beta 3

This commit is contained in:
Jeff Teunissen 2000-10-14 07:11:53 +00:00
parent e0a53aa9a2
commit ced3051b20
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ EXTRA_DIST = README.WIN newtree.dsw ChangeLog \
changelog::
-touch ChangeLog
-tools/cvs2cl/cvs2cl.pl
-tools/cvs2cl/cvs2cl.pl -b
-rm -f ChangeLog.bak
dist-zip: distdir

View File

@ -6,7 +6,7 @@ AM_CONFIG_HEADER(include/config.h)
AC_CANONICAL_SYSTEM
dnl This is the only place where the package version appears
AM_INIT_AUTOMAKE(quakeforge, 0.2.99beta2)
AM_INIT_AUTOMAKE(quakeforge, 0.2.99beta3)
dnl Define the proper name and extra version numbers for package
PROGRAM=QuakeForge

View File

@ -30,7 +30,7 @@
/* Version strings */
#define PACKAGE "quakeforge"
#define PROGRAM "QuakeForge"
#define VERSION "0.2.99beta2"
#define VERSION "0.2.99beta3"
#define QW_VERSION "2.40"
#define QSG_VERSION "2.0"