[PATCH] TyrQuake v0.61

Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2009-07-05 15:13:49 +09:30
parent b1035b4328
commit 5e5603551b
2 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@
#
TYR_VERSION_MAJOR = 0
TYR_VERSION_MINOR = 60
TYR_VERSION_MINOR = 61
TYR_VERSION_BUILD =
TYR_VERSION = $(TYR_VERSION_MAJOR).$(TYR_VERSION_MINOR)$(TYR_VERSION_BUILD)

View File

@ -2,8 +2,8 @@
Tyr-Quake
-----------
Date: 2008-06-16
Version: 0.60
Date: 2009-07-05
Version: 0.61
Author: Kevin Shanahan (aka. Tyrann)
Webpage: http://disenchant.net
email: tyrann@disenchant.net
@ -40,6 +40,11 @@ you can select by setting Makefile variables:
Version History:
v0.61
=====
- Fix QWSV command line parsing
- Attempt to detect when X86 assembler files should be used
v0.60
=====
- Fix video buffer overrun when rendering endtitle in low-res vid mode