diff --git a/.hgtags b/.hgtags index f70ea689..27451cff 100644 --- a/.hgtags +++ b/.hgtags @@ -1 +1,3 @@ 54539fa4e51f98d7841c853c1370dff6ccd3cdf2 sourcemod-1.0.0 +e6ef5ecdf8d75740ca2685a709bf321f8873bc3b sourcemod-1.1.0 +e877885fac80be71822641f7a9122cebc9812521 sourcemod-1.1.1 diff --git a/changelog.txt b/changelog.txt index c9a5d245..2c5911b3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,26 @@ SourceMod Changelog ---------------------------- +SourceMod 1.1.1 [2009-02-25] + +URL: http://wiki.alliedmods.net/SourceMod_1.1.1_Release Notes + +Changes: + + - Added Age of Chivalry support (bug 3366, IceMatrix). + - Added Obsidian Conflict support (bug 2699, The DOO). + - Fixed compatibility issues with latest TF2 update. + - Fixed crash when an event handler fired an event of the same name (bug 3468). + - Fixed rare crash in the event manager on post hooks (bug 3548). + - Fixed formatting error with zero precision floats (bug 3447). + - Fixed various Insurgency offsets (bug 3544). + - Fixed admin menu (topmenu) categories being selectable when not usable (bug 3256). + - Fixed sm_sql_addgroup not working (bug 3578). + - Fixed memory leak when events were hooked as EventHookMode_Post. + - Fixed nextmap trigger showing wrong output with end-of-map voting disabled and sm_trigger_show set to zero (bug 3597, mr.e.unk). + +---------------------------- + SourceMod 1.1.0 [2008-12-28] URL: http://wiki.alliedmods.net/SourceMod_1.1.0_Release_Notes diff --git a/extensions/clientprefs/svn_version.h b/extensions/clientprefs/svn_version.h index 2fb0d028..9ae5e24d 100644 --- a/extensions/clientprefs/svn_version.h +++ b/extensions/clientprefs/svn_version.h @@ -36,7 +36,9 @@ #ifndef _INCLUDE_CLIENTPREFS_VERSION_H_ #define _INCLUDE_CLIENTPREFS_VERSION_H_ -#define SVN_FULL_VERSION "1.1.0-svn" -#define SVN_FILE_VERSION 1,1,0,2230 +#define SM_BUILD_STRING "-dev" +#define SM_BUILD_UNIQUEID "2477:651b94271b43" SM_BUILD_STRING +#define SVN_FULL_VERSION "1.1.1" SM_BUILD_STRING +#define SVN_FILE_VERSION 1,1,1,0 #endif //_INCLUDE_CLIENTPREFS_VERSION_H_