diff options
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 a7278e85..ba038e87 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 |