diff --git a/change.log b/change.log index b6b1166d..43872b0a 100644 --- a/change.log +++ b/change.log @@ -16,6 +16,10 @@ VGUI: - a VGUI implementation code in xash.dll Memory: - a memory manager in xash.dll Physic: - a server physics code in xash.dll +build 4529 + +Render: add support for hardware compression 3DC for old ATI-cards + build 4511 Engine: some expansion of RenderAPI (with keep compatibility of course) diff --git a/engine/common/build.c b/engine/common/build.c index 7cf69c78..ae5cfa58 100644 --- a/engine/common/build.c +++ b/engine/common/build.c @@ -48,6 +48,6 @@ int Q_buildnum( void ) return b; #else - return 4511; + return 4529; #endif } \ No newline at end of file