diff --git a/sourcepawn/jit/x86/jit_version.h b/sourcepawn/jit/x86/jit_version.h index 2f86e017..01b7f602 100644 --- a/sourcepawn/jit/x86/jit_version.h +++ b/sourcepawn/jit/x86/jit_version.h @@ -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_