fixed error in JIT version header

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40408
This commit is contained in:
David Anderson 2007-01-27 09:28:48 +00:00
parent d9742cb67d
commit 0234b51a9f

View File

@ -17,6 +17,6 @@
#include "svn_version.h"
#define JIT_VERSION "1.0.0" SVN_REVISION_STRING
#define JIT_VERSION "1.0.0." SVN_REVISION_STRING
#endif //_INCLUDE_JIT_VERSION_H_