From 0234b51a9f0748c100cbf11559dbee6e37be76c2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 27 Jan 2007 09:28:48 +0000 Subject: [PATCH] fixed error in JIT version header --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40408 --- sourcepawn/jit/x86/jit_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_