sourcemod/core/sm_version.h

15 lines
336 B
C
Raw Normal View History

#ifndef _INCLUDE_SOURCEMOD_VERSION_H_
#define _INCLUDE_SOURCEMOD_VERSION_H_
/**
* @file Contains SourceMod version information.
*/
#define SOURCEMOD_VERSION "0.0.0.0"
#define SOURCEMOD_V_MAJOR 0
#define SOURCEMOD_V_MINOR 0
#define SOURCEMOD_V_REV 0
#define SOURCEMOD_V_BUILD 0
#endif //_INCLUDE_SOURCEMOD_VERSION_H_