diff --git a/sourcepawn/compiler/svn_version.h b/sourcepawn/compiler/svn_version.h new file mode 100644 index 00000000..c4478d50 --- /dev/null +++ b/sourcepawn/compiler/svn_version.h @@ -0,0 +1,11 @@ +/** This file is autogenerated by build scripts */ + +#ifndef _INCLUDE_SVN_VERSION_H_ +#define _INCLUDE_SVN_VERSION_H_ + +#define SVN_REVISION 392 +#define SVN_REVISION_STRING "392" +#define SVN_FILE_VERSION 1,0,0,392 + +#endif //_INCLUDE_SVN_VERSION_H_ +