diff options
author | Mike Pall <mike> | 2015-10-24 18:46:45 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-10-24 18:46:45 +0200 |
commit | d62dc019842032ab642631eec01438aae370c572 (patch) | |
tree | 24786fe6c494667d88ee92eb7badc93d58c1e748 /dynasm/dasm_proto.h | |
parent | 8a13c9cebf368de9338c3c3c8c30c48d45d717bd (diff) | |
download | luajit-d62dc019842032ab642631eec01438aae370c572.tar.gz luajit-d62dc019842032ab642631eec01438aae370c572.tar.bz2 luajit-d62dc019842032ab642631eec01438aae370c572.zip |
DynASM: Bump version to 1.4.
Thanks to Peter Cawley.
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 a8bc6fd2..93ca0653 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.3.0" | 13 | #define DASM_IDENT "DynASM 1.4.0" |
14 | #define DASM_VERSION 10300 /* 1.3.0 */ | 14 | #define DASM_VERSION 10400 /* 1.4.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 |