From 73e3e52057bf278c78810b951413ef9a35a9f184 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Apr 2010 17:22:45 -0700 Subject: [PATCH] Updated version files for HG. --- amxmodx/srvcmd.cpp | 1 + amxmodx/svn_version.h | 7 ++++--- amxmodx/svn_version.tpl | 5 +++-- dlls/cstrike/cstrike/svn_version.h | 2 +- dlls/cstrike/cstrike/svn_version.tpl | 2 +- dlls/cstrike/csx/svn_version.h | 2 +- dlls/cstrike/csx/svn_version.tpl | 2 +- dlls/dod/dodfun/svn_version.h | 2 +- dlls/dod/dodfun/svn_version.tpl | 2 +- dlls/dod/dodx/svn_version.h | 2 +- dlls/dod/dodx/svn_version.tpl | 2 +- dlls/engine/svn_version.h | 2 +- dlls/engine/svn_version.tpl | 2 +- dlls/fakemeta/svn_version.h | 2 +- dlls/fakemeta/svn_version.tpl | 2 +- dlls/fun/svn_version.h | 2 +- dlls/fun/svn_version.tpl | 2 +- dlls/geoip/svn_version.h | 2 +- dlls/geoip/svn_version.tpl | 2 +- dlls/hamsandwich/svn_version.h | 2 +- dlls/hamsandwich/svn_version.tpl | 2 +- dlls/mysqlx/svn_version.h | 2 +- dlls/mysqlx/svn_version.tpl | 2 +- dlls/ns/svn_version.h | 2 +- dlls/ns/svn_version.tpl | 2 +- dlls/nvault/svn_version.h | 2 +- dlls/nvault/svn_version.tpl | 2 +- dlls/regex/svn_version.h | 2 +- dlls/regex/svn_version.tpl | 2 +- dlls/sockets/svn_version.h | 2 +- dlls/sockets/svn_version.tpl | 2 +- dlls/sqlite/svn_version.h | 2 +- dlls/sqlite/svn_version.tpl | 2 +- dlls/tfcx/svn_version.h | 2 +- dlls/tfcx/svn_version.tpl | 2 +- dlls/ts/tsfun/svn_version.h | 2 +- dlls/ts/tsfun/svn_version.tpl | 2 +- dlls/ts/tsx/svn_version.h | 2 +- dlls/ts/tsx/svn_version.tpl | 2 +- modules.versions | 2 +- plugins/include/svn_version.inc | 6 +++--- plugins/include/svn_version.tpl | 2 +- product.version | 2 +- 43 files changed, 50 insertions(+), 47 deletions(-) diff --git a/amxmodx/srvcmd.cpp b/amxmodx/srvcmd.cpp index c6ed4148..95d4d95b 100755 --- a/amxmodx/srvcmd.cpp +++ b/amxmodx/srvcmd.cpp @@ -202,6 +202,7 @@ void amx_command() print_srvconsole("\tLukasz \"SidLuke\" Wlasinski, Christian \"Basic-Master\" Hammacher\n"); print_srvconsole("\tBorja \"faluco\" Ferrer, Scott \"Damaged Soul\" Ehlert\n"); print_srvconsole("Compiled: %s\n", __DATE__ ", " __TIME__); + print_srvconsole("Build ID: %s\n", SVN_BUILD_ID); #if defined JIT && !defined ASM32 print_srvconsole("Core mode: JIT Only\n"); #elif !defined JIT && defined ASM32 diff --git a/amxmodx/svn_version.h b/amxmodx/svn_version.h index 4047d9cd..5a0af9d4 100644 --- a/amxmodx/svn_version.h +++ b/amxmodx/svn_version.h @@ -1,8 +1,9 @@ #ifndef _INCLUDE_SVN_VERSION_H_ #define _INCLUDE_SVN_VERSION_H_ -#define SVN_VERSION_STRING "1.8.1.3746" -#define SVN_VERSION_DWORD 1,8,1,3746 -#define SVN_VERSION_PRODUCT "1.8.1" +#define SVN_VERSION_STRING "1.8.2-dev" +#define SVN_VERSION_DWORD 1,8,2,0 +#define SVN_VERSION_PRODUCT "1.8.2" +#define SVN_BUILD_ID SVN_VERSION_STRING " 9:7ff502465eae" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/amxmodx/svn_version.tpl b/amxmodx/svn_version.tpl index fe716bb6..7ac5a99e 100644 --- a/amxmodx/svn_version.tpl +++ b/amxmodx/svn_version.tpl @@ -1,8 +1,9 @@ #ifndef _INCLUDE_SVN_VERSION_H_ #define _INCLUDE_SVN_VERSION_H_ -#define SVN_VERSION_STRING "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$" -#define SVN_VERSION_DWORD $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$ +#define SVN_VERSION_STRING "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" +#define SVN_VERSION_DWORD $PMAJOR$,$PMINOR$,$PREVISION$,0 #define SVN_VERSION_PRODUCT "$PMAJOR$.$PMINOR$.$PREVISION$" +#define SVN_BUILD_ID SVN_VERSION_STRING " $BUILD_ID$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/cstrike/cstrike/svn_version.h b/dlls/cstrike/cstrike/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/cstrike/cstrike/svn_version.h +++ b/dlls/cstrike/cstrike/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/cstrike/cstrike/svn_version.tpl b/dlls/cstrike/cstrike/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/cstrike/cstrike/svn_version.tpl +++ b/dlls/cstrike/cstrike/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/cstrike/csx/svn_version.h b/dlls/cstrike/csx/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/cstrike/csx/svn_version.h +++ b/dlls/cstrike/csx/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/cstrike/csx/svn_version.tpl b/dlls/cstrike/csx/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/cstrike/csx/svn_version.tpl +++ b/dlls/cstrike/csx/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/dod/dodfun/svn_version.h b/dlls/dod/dodfun/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/dod/dodfun/svn_version.h +++ b/dlls/dod/dodfun/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/dod/dodfun/svn_version.tpl b/dlls/dod/dodfun/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/dod/dodfun/svn_version.tpl +++ b/dlls/dod/dodfun/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/dod/dodx/svn_version.h b/dlls/dod/dodx/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/dod/dodx/svn_version.h +++ b/dlls/dod/dodx/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/dod/dodx/svn_version.tpl b/dlls/dod/dodx/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/dod/dodx/svn_version.tpl +++ b/dlls/dod/dodx/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/engine/svn_version.h b/dlls/engine/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/engine/svn_version.h +++ b/dlls/engine/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/engine/svn_version.tpl b/dlls/engine/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/engine/svn_version.tpl +++ b/dlls/engine/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/fakemeta/svn_version.h b/dlls/fakemeta/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/fakemeta/svn_version.h +++ b/dlls/fakemeta/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/fakemeta/svn_version.tpl b/dlls/fakemeta/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/fakemeta/svn_version.tpl +++ b/dlls/fakemeta/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/fun/svn_version.h b/dlls/fun/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/fun/svn_version.h +++ b/dlls/fun/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/fun/svn_version.tpl b/dlls/fun/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/fun/svn_version.tpl +++ b/dlls/fun/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/geoip/svn_version.h b/dlls/geoip/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/geoip/svn_version.h +++ b/dlls/geoip/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/geoip/svn_version.tpl b/dlls/geoip/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/geoip/svn_version.tpl +++ b/dlls/geoip/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/hamsandwich/svn_version.h b/dlls/hamsandwich/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/hamsandwich/svn_version.h +++ b/dlls/hamsandwich/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/hamsandwich/svn_version.tpl b/dlls/hamsandwich/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/hamsandwich/svn_version.tpl +++ b/dlls/hamsandwich/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/mysqlx/svn_version.h b/dlls/mysqlx/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/mysqlx/svn_version.h +++ b/dlls/mysqlx/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/mysqlx/svn_version.tpl b/dlls/mysqlx/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/mysqlx/svn_version.tpl +++ b/dlls/mysqlx/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/ns/svn_version.h b/dlls/ns/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/ns/svn_version.h +++ b/dlls/ns/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/ns/svn_version.tpl b/dlls/ns/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/ns/svn_version.tpl +++ b/dlls/ns/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/nvault/svn_version.h b/dlls/nvault/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/nvault/svn_version.h +++ b/dlls/nvault/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/nvault/svn_version.tpl b/dlls/nvault/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/nvault/svn_version.tpl +++ b/dlls/nvault/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/regex/svn_version.h b/dlls/regex/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/regex/svn_version.h +++ b/dlls/regex/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/regex/svn_version.tpl b/dlls/regex/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/regex/svn_version.tpl +++ b/dlls/regex/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/sockets/svn_version.h b/dlls/sockets/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/sockets/svn_version.h +++ b/dlls/sockets/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/sockets/svn_version.tpl b/dlls/sockets/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/sockets/svn_version.tpl +++ b/dlls/sockets/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/sqlite/svn_version.h b/dlls/sqlite/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/sqlite/svn_version.h +++ b/dlls/sqlite/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/sqlite/svn_version.tpl b/dlls/sqlite/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/sqlite/svn_version.tpl +++ b/dlls/sqlite/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/tfcx/svn_version.h b/dlls/tfcx/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/tfcx/svn_version.h +++ b/dlls/tfcx/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/tfcx/svn_version.tpl b/dlls/tfcx/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/tfcx/svn_version.tpl +++ b/dlls/tfcx/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/ts/tsfun/svn_version.h b/dlls/ts/tsfun/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/ts/tsfun/svn_version.h +++ b/dlls/ts/tsfun/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/ts/tsfun/svn_version.tpl b/dlls/ts/tsfun/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/ts/tsfun/svn_version.tpl +++ b/dlls/ts/tsfun/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/ts/tsx/svn_version.h b/dlls/ts/tsx/svn_version.h index 58f73e20..707c452e 100644 --- a/dlls/ts/tsx/svn_version.h +++ b/dlls/ts/tsx/svn_version.h @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "1.8.1.3746" +#define SVN_VERSION "1.8.2-dev" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/dlls/ts/tsx/svn_version.tpl b/dlls/ts/tsx/svn_version.tpl index bf1d0d23..7af4e530 100644 --- a/dlls/ts/tsx/svn_version.tpl +++ b/dlls/ts/tsx/svn_version.tpl @@ -4,6 +4,6 @@ /** This file is auto-generated by build scripts. Do not edit it unless you know what you're doing. */ /** Do not commit the generated .h file, as it will only mess up SVN revision numbers. */ -#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$.$LOCAL_BUILD$" +#define SVN_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$$BUILD_STRING$" #endif //_INCLUDE_SVN_VERSION_H_ diff --git a/modules.versions b/modules.versions index 73e79662..0efd437e 100644 --- a/modules.versions +++ b/modules.versions @@ -1,7 +1,7 @@ [PRODUCT] major = 1 minor = 8 -revision = 1 +revision = 2 [core] folder = amxmodx diff --git a/plugins/include/svn_version.inc b/plugins/include/svn_version.inc index 74a9da94..2701890f 100644 --- a/plugins/include/svn_version.inc +++ b/plugins/include/svn_version.inc @@ -11,6 +11,6 @@ #endif #define _svnversion_included -#define AMXX_VERSION 1.81 -#define AMXX_VERSION_NUM 181 -stock const AMXX_VERSION_STR[] = "1.8.1.3746"; +#define AMXX_VERSION 1.82 +#define AMXX_VERSION_NUM 182 +stock const AMXX_VERSION_STR[] = "1.8.2"; diff --git a/plugins/include/svn_version.tpl b/plugins/include/svn_version.tpl index f3bdca52..db49387a 100644 --- a/plugins/include/svn_version.tpl +++ b/plugins/include/svn_version.tpl @@ -13,4 +13,4 @@ #define AMXX_VERSION $PMAJOR$.$PMINOR$$PREVISION$ #define AMXX_VERSION_NUM $PMAJOR$$PMINOR$$PREVISION$ -stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$"; +stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$"; diff --git a/product.version b/product.version index 00f91b85..ba562ef7 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.8.1-dev +1.8.2-dev