From 8434c25bd801aad636c934df6916ba70d9fc8e97 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 27 Jan 2007 03:38:52 +0000 Subject: [PATCH] added compiler's version file --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40397 --- sourcepawn/compiler/svn_version.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sourcepawn/compiler/svn_version.h 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_ +