Bumped version to 5.30

This commit is contained in:
Daniel Gibson 2015-04-11 21:16:47 +02:00
parent 3cd9c76052
commit e6646fb1e4
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
Quake II 5.24 to 5.30:
- Support for Mac OS X was overhauled. (by Jarvik7)
- Overhauled retexturing support, replacing libjpeg with stb_image,
adding png support because it was so easy (by caedes).
- Fix gamma (was broken in last release)
- Fix mouse grabbing (again!)
- Add binary directory to game data path
Quake II 5.23 to 5.24:
- Fix keyboard layouts in the console.

View file

@ -33,7 +33,7 @@
#include "crc.h"
/* Should have 4 characters. */
#define YQ2VERSION "5.24"
#define YQ2VERSION "5.30"
#define BASEDIRNAME "baseq2"