Update versioning for AMBuild and git.
Former-commit-id: ea473061ef1f3b52716decfb4dafcfd66167730d
This commit is contained in:
@ -89,7 +89,8 @@ def build_plugin(script_path, amxx_file, extra_argv = []):
|
||||
inputs = inputs,
|
||||
argv = argv,
|
||||
outputs = outputs,
|
||||
dep_type = 'msvc'
|
||||
dep_type = 'msvc',
|
||||
weak_inputs = AMXX.generated_headers
|
||||
)
|
||||
AMXX.plugins[amxx_file] = amx_entry
|
||||
|
||||
|
@ -11,6 +11,9 @@
|
||||
#endif
|
||||
#define _svnversion_included
|
||||
|
||||
#define AMXX_VERSION 1.82
|
||||
#define AMXX_VERSION_NUM 182
|
||||
stock const AMXX_VERSION_STR[] = "1.8.2";
|
||||
#tryinclude <amxmodx_version>
|
||||
#if !defined _amxmodx_version_included
|
||||
#define AMXX_VERSION 1.83
|
||||
#define AMXX_VERSION_NUM 183
|
||||
stock const AMXX_VERSION_STR[] = "1.8.3-dev";
|
||||
#endif
|
||||
|
@ -1,16 +0,0 @@
|
||||
/* AMX Mod X constants
|
||||
*
|
||||
* by the AMX Mod X Development Team
|
||||
* originally developed by OLO
|
||||
*
|
||||
* This file is provided as is (no warranties).
|
||||
*/
|
||||
|
||||
#if defined _svnversion_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _svnversion_included
|
||||
|
||||
#define AMXX_VERSION $PMAJOR$.$PMINOR$$PREVISION$
|
||||
#define AMXX_VERSION_NUM $PMAJOR$$PMINOR$$PREVISION$
|
||||
stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$";
|
Reference in New Issue
Block a user