1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-26 19:54:14 +01:00

Oh, updated changelog and version numbers

--HG--
branch : 1.4.1
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/1.4.1%40400
This commit is contained in:
Scott Ehlert 2007-05-16 04:34:02 +00:00
parent ec3ebd7712
commit 18e06e691d
3 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[PRODUCT]
major = 1
minor = 4
revision = 0
revision = 1
[sourcemm]
folder = sourcemm

View File

@ -1,3 +1,9 @@
2007/05/16 1.4.1:
- The client version of the "meta" command should now work with games using the latest
Source beta (srcds0407).
- Fixed amb233 (VSP listener didn't work with Steam dedicated version).
- Fixed amb277 (failed to get user message list in Kreedz Climbing).
2007/04/05 1.4.0:
- Added API functions for retrieving User Message info without potentially crashing.
- Added API functions for letting SourceMM plugins use Valve Server Plugin callbacks.

View File

@ -3,11 +3,11 @@
#ifndef _INCLUDE_SVN_VERSION_H_
#define _INCLUDE_SVN_VERSION_H_
#define SVN_PRODUCT_VERSION "1.4.0"
#define SVN_PRODUCT_VERSION "1.4.1"
#define SVN_REVISION 346
#define SVN_REVISION_STRING "346"
#define SVN_FILE_VERSION 1,4,0,346
#define SVN_FILE_VERSION_STRING "1.4.0.346"
#define SVN_REVISION 400
#define SVN_REVISION_STRING "400"
#define SVN_FILE_VERSION 1,4,1,400
#define SVN_FILE_VERSION_STRING "1.4.1.400"
#endif //_INCLUDE_SVN_VERSION_H_