sourcemod/core/sm_version.h
David Anderson c63d26e1c5 initial import of the first four core interfaces
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40145
2006-11-05 00:29:44 +00:00

11 lines
274 B
C

#ifndef _INCLUDE_SOURCEMOD_VERSION_H_
#define _INCLUDE_SOURCEMOD_VERSION_H_
#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_