Update versioning for AMBuild and git.

Former-commit-id: ea473061ef1f3b52716decfb4dafcfd66167730d
This commit is contained in:
David Anderson
2014-02-08 20:37:33 -08:00
parent a07cf853d7
commit 1f15fdd6cb
50 changed files with 270 additions and 217 deletions

View File

@ -39,7 +39,7 @@
#include "CFlagManager.h"
#include "nongpl_matches.h"
#include "format.h"
#include "svn_version.h"
#include <amxmodx_version.h>
extern CFlagManager FlagMan;
CVector<CAdminData *> DynamicAdmins;

View File

@ -44,7 +44,7 @@
#define vsnprintf _vsnprintf
#endif
#include "svn_version.h"
#include <amxmodx_version.h>
CLog::CLog()
{

View File

@ -50,7 +50,7 @@
#include "datastructs.h"
#include "CFlagManager.h"
#include "svn_version.h"
#include <amxmodx_version.h>
#include "trie_natives.h"
plugin_info_t Plugin_info =

View File

@ -30,7 +30,7 @@
*/
#include "amxmodx.h"
#include "svn_version.h"
#include <amxmodx_version.h>
void amx_command()
{

View File

@ -1,9 +0,0 @@
#ifndef _INCLUDE_SVN_VERSION_H_
#define _INCLUDE_SVN_VERSION_H_
#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_