Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cb5a022b8 | ||
|
|
d715e22162 | ||
|
|
0ffe92c346 | ||
|
|
b01b855992 | ||
|
|
91ea38fa54 |
@@ -502,6 +502,10 @@ void SM_ExecuteAllConfigs()
|
|||||||
}
|
}
|
||||||
iter->Release();
|
iter->Release();
|
||||||
|
|
||||||
|
#if defined ORANGEBOX_BUILD
|
||||||
|
engine->ServerExecute();
|
||||||
|
#endif
|
||||||
|
|
||||||
g_bGotServerStart = true;
|
g_bGotServerStart = true;
|
||||||
CheckAndFinalizeConfigs();
|
CheckAndFinalizeConfigs();
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -40,7 +40,7 @@
|
|||||||
* @file Contains SourceMod version information.
|
* @file Contains SourceMod version information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
* @file Contains SourceMod version information.
|
* @file Contains SourceMod version information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_BINTOOLS_VERSION_H_
|
#ifndef _INCLUDE_BINTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_BINTOOLS_VERSION_H_
|
#define _INCLUDE_BINTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_BINTOOLS_VERSION_H_
|
#endif //_INCLUDE_BINTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_BINTOOLS_VERSION_H_
|
#ifndef _INCLUDE_BINTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_BINTOOLS_VERSION_H_
|
#define _INCLUDE_BINTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_BINTOOLS_VERSION_H_
|
#endif //_INCLUDE_BINTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_GEOIP_VERSION_H_
|
#ifndef _INCLUDE_GEOIP_VERSION_H_
|
||||||
#define _INCLUDE_GEOIP_VERSION_H_
|
#define _INCLUDE_GEOIP_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_GEOIP_VERSION_H_
|
#endif //_INCLUDE_GEOIP_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_GEOIP_VERSION_H_
|
#ifndef _INCLUDE_GEOIP_VERSION_H_
|
||||||
#define _INCLUDE_GEOIP_VERSION_H_
|
#define _INCLUDE_GEOIP_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_GEOIP_VERSION_H_
|
#endif //_INCLUDE_GEOIP_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_MYSQLEXT_VERSION_H_
|
#ifndef _INCLUDE_MYSQLEXT_VERSION_H_
|
||||||
#define _INCLUDE_MYSQLEXT_VERSION_H_
|
#define _INCLUDE_MYSQLEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_MYSQLEXT_VERSION_H_
|
#endif //_INCLUDE_MYSQLEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_MYSQLEXT_VERSION_H_
|
#ifndef _INCLUDE_MYSQLEXT_VERSION_H_
|
||||||
#define _INCLUDE_MYSQLEXT_VERSION_H_
|
#define _INCLUDE_MYSQLEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_MYSQLEXT_VERSION_H_
|
#endif //_INCLUDE_MYSQLEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_REGEXEXT_VERSION_H_
|
#ifndef _INCLUDE_REGEXEXT_VERSION_H_
|
||||||
#define _INCLUDE_REGEXEXT_VERSION_H_
|
#define _INCLUDE_REGEXEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_REGEXEXT_VERSION_H_
|
#endif //_INCLUDE_REGEXEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_REGEXEXT_VERSION_H_
|
#ifndef _INCLUDE_REGEXEXT_VERSION_H_
|
||||||
#define _INCLUDE_REGEXEXT_VERSION_H_
|
#define _INCLUDE_REGEXEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_REGEXEXT_VERSION_H_
|
#endif //_INCLUDE_REGEXEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
#ifndef _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
#define _INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
#endif //_INCLUDE_SDKTOOLS_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
#ifndef _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
#define _INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
#endif //_INCLUDE_SQLITEEXT_VERSION_H_
|
||||||
|
|||||||
@@ -329,6 +329,11 @@
|
|||||||
{
|
{
|
||||||
"Offsets"
|
"Offsets"
|
||||||
{
|
{
|
||||||
|
"GiveNamedItem"
|
||||||
|
{
|
||||||
|
"windows" "350"
|
||||||
|
"linux" "351"
|
||||||
|
}
|
||||||
"RemovePlayerItem"
|
"RemovePlayerItem"
|
||||||
{
|
{
|
||||||
"windows" "237"
|
"windows" "237"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
* @file Contains SourceMod version information.
|
* @file Contains SourceMod version information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3.2239"
|
#define SVN_FULL_VERSION "1.0.3.2276"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2239
|
#define SVN_FILE_VERSION 1,0,3,2276
|
||||||
|
|
||||||
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
||||||
|
|||||||
@@ -39,4 +39,4 @@
|
|||||||
#define SOURCEMOD_V_MINOR 0 /**< SourceMod Minor version */
|
#define SOURCEMOD_V_MINOR 0 /**< SourceMod Minor version */
|
||||||
#define SOURCEMOD_V_RELEASE 3 /**< SourceMod Release version */
|
#define SOURCEMOD_V_RELEASE 3 /**< SourceMod Release version */
|
||||||
|
|
||||||
#define SOURCEMOD_VERSION "1.0.3-svn" /**< SourceMod version string (major.minor.release.build) */
|
#define SOURCEMOD_VERSION "1.0.3" /**< SourceMod version string (major.minor.release.build) */
|
||||||
|
|||||||
@@ -39,4 +39,4 @@
|
|||||||
#define SOURCEMOD_V_MINOR $PMINOR$ /**< SourceMod Minor version */
|
#define SOURCEMOD_V_MINOR $PMINOR$ /**< SourceMod Minor version */
|
||||||
#define SOURCEMOD_V_RELEASE $PREVISION$ /**< SourceMod Release version */
|
#define SOURCEMOD_V_RELEASE $PREVISION$ /**< SourceMod Release version */
|
||||||
|
|
||||||
#define SOURCEMOD_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn" /**< SourceMod version string (major.minor.release.build) */
|
#define SOURCEMOD_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$" /**< SourceMod version string (major.minor.release.build) */
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
* @file Contains SourceMod version information.
|
* @file Contains SourceMod version information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2232
|
#define SVN_FILE_VERSION 1,0,3,2269
|
||||||
|
|
||||||
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
* @file Contains SourceMod version information.
|
* @file Contains SourceMod version information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$LOCAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$LOCAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
#endif //_INCLUDE_SOURCEMOD_VERSION_H_
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#ifndef _INCLUDE_JIT_VERSION_H_
|
#ifndef _INCLUDE_JIT_VERSION_H_
|
||||||
#define _INCLUDE_JIT_VERSION_H_
|
#define _INCLUDE_JIT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "1.0.3-svn"
|
#define SVN_FULL_VERSION "1.0.3"
|
||||||
#define SVN_FILE_VERSION 1,0,3,2232
|
#define SVN_FILE_VERSION 1,0,3,2269
|
||||||
|
|
||||||
#endif //_INCLUDE_JIT_VERSION_H_
|
#endif //_INCLUDE_JIT_VERSION_H_
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#ifndef _INCLUDE_JIT_VERSION_H_
|
#ifndef _INCLUDE_JIT_VERSION_H_
|
||||||
#define _INCLUDE_JIT_VERSION_H_
|
#define _INCLUDE_JIT_VERSION_H_
|
||||||
|
|
||||||
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$-svn"
|
#define SVN_FULL_VERSION "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$LOCAL_BUILD$
|
#define SVN_FILE_VERSION $PMAJOR$,$PMINOR$,$PREVISION$,$LOCAL_BUILD$
|
||||||
|
|
||||||
#endif //_INCLUDE_JIT_VERSION_H_
|
#endif //_INCLUDE_JIT_VERSION_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user