mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
updated some pointless numbers
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40631
This commit is contained in:
parent
ea7aefbda6
commit
d745620235
@ -1,4 +1,4 @@
|
|||||||
2007/??/?? 1.6.0:
|
2008/01/23 1.6.0:
|
||||||
- Added new version of SourceHook with the following changes:
|
- Added new version of SourceHook with the following changes:
|
||||||
- Added API for hooking functions on a virtual table to all instances.
|
- Added API for hooking functions on a virtual table to all instances.
|
||||||
- SH_ADD_HOOK macros now return non-zero hook IDs. Additionally,
|
- SH_ADD_HOOK macros now return non-zero hook IDs. Additionally,
|
||||||
|
|||||||
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
#define SVN_PRODUCT_VERSION "1.6.0"
|
#define SVN_PRODUCT_VERSION "1.6.0"
|
||||||
|
|
||||||
#define SVN_REVISION 423
|
#define SVN_REVISION 631
|
||||||
#define SVN_REVISION_STRING "423"
|
#define SVN_REVISION_STRING "631"
|
||||||
#define SVN_FILE_VERSION 1,6,0,423
|
#define SVN_FILE_VERSION 1,6,0,631
|
||||||
#define SVN_FILE_VERSION_STRING "1.6.0.423"
|
#define SVN_FILE_VERSION_STRING "1.6.0.631"
|
||||||
|
|
||||||
#endif //_INCLUDE_SVN_VERSION_H_
|
#endif //_INCLUDE_SVN_VERSION_H_
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user