diff options
author | Mike Pall <mike> | 2011-05-05 16:17:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-05-05 16:31:13 +0200 |
commit | cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f (patch) | |
tree | ce5af91398c831e4849707b96d77545bac5fa090 /dynasm/dasm_proto.h | |
parent | 998061f5306e7675900230751413adfff4cc7319 (diff) | |
download | luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.gz luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.tar.bz2 luajit-cfdc356ebe376d9d2d741bae8fd33d1cbdc74f4f.zip |
RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7
Diffstat (limited to 'dynasm/dasm_proto.h')
-rw-r--r-- | dynasm/dasm_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index 7fac22ab..dc9ed510 100644 --- a/dynasm/dasm_proto.h +++ b/dynasm/dasm_proto.h | |||
@@ -10,8 +10,8 @@ | |||
10 | #include <stddef.h> | 10 | #include <stddef.h> |
11 | #include <stdarg.h> | 11 | #include <stdarg.h> |
12 | 12 | ||
13 | #define DASM_IDENT "DynASM 1.2.2" | 13 | #define DASM_IDENT "DynASM 1.3.0" |
14 | #define DASM_VERSION 10202 /* 1.2.2 */ | 14 | #define DASM_VERSION 10300 /* 1.3.0 */ |
15 | 15 | ||
16 | #ifndef Dst_DECL | 16 | #ifndef Dst_DECL |
17 | #define Dst_DECL dasm_State **Dst | 17 | #define Dst_DECL dasm_State **Dst |