rev the version number to the devel series

This commit is contained in:
Bill Currie 2001-02-24 04:40:49 +00:00
parent 4b1f10d10d
commit a457cfb467
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ AC_VALIDATE_CACHED_SYSTEM_TUPLE(
dnl This is the only place where the package version appears
AM_INIT_AUTOMAKE(quakeforge, 0.3.0)
AM_INIT_AUTOMAKE(quakeforge, 0.5.0)
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.3.0"
#define VERSION "0.5.0"
#define QW_VERSION "2.40"
#define QW_QSG_VERSION "2.0"