mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-28 17:20:46 +00:00
Rev for beta 3
This commit is contained in:
parent
e0a53aa9a2
commit
ced3051b20
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ EXTRA_DIST = README.WIN newtree.dsw ChangeLog \
|
||||||
|
|
||||||
changelog::
|
changelog::
|
||||||
-touch ChangeLog
|
-touch ChangeLog
|
||||||
-tools/cvs2cl/cvs2cl.pl
|
-tools/cvs2cl/cvs2cl.pl -b
|
||||||
-rm -f ChangeLog.bak
|
-rm -f ChangeLog.bak
|
||||||
|
|
||||||
dist-zip: distdir
|
dist-zip: distdir
|
||||||
|
|
|
@ -6,7 +6,7 @@ AM_CONFIG_HEADER(include/config.h)
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
||||||
dnl This is the only place where the package version appears
|
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
|
dnl Define the proper name and extra version numbers for package
|
||||||
PROGRAM=QuakeForge
|
PROGRAM=QuakeForge
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
/* Version strings */
|
/* Version strings */
|
||||||
#define PACKAGE "quakeforge"
|
#define PACKAGE "quakeforge"
|
||||||
#define PROGRAM "QuakeForge"
|
#define PROGRAM "QuakeForge"
|
||||||
#define VERSION "0.2.99beta2"
|
#define VERSION "0.2.99beta3"
|
||||||
#define QW_VERSION "2.40"
|
#define QW_VERSION "2.40"
|
||||||
#define QSG_VERSION "2.0"
|
#define QSG_VERSION "2.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue