summaryrefslogtreecommitdiff
path: root/dynasm/dasm_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynasm/dasm_proto.h')
-rw-r--r--dynasm/dasm_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h
index 114f0fb8..7d3f77f6 100644
--- a/dynasm/dasm_proto.h
+++ b/dynasm/dasm_proto.h
@@ -1,6 +1,6 @@
1/* 1/*
2** DynASM encoding engine prototypes. 2** DynASM encoding engine prototypes.
3** Copyright (C) 2005-2010 Mike Pall. All rights reserved. 3** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
4** Released under the MIT/X license. See dynasm.lua for full copyright notice. 4** Released under the MIT/X license. See dynasm.lua for full copyright notice.
5*/ 5*/
6 6
@@ -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.1" 13#define DASM_IDENT "DynASM 1.2.2"
14#define DASM_VERSION 10201 /* 1.2.1 */ 14#define DASM_VERSION 10202 /* 1.2.2 */
15 15
16#ifndef Dst_DECL 16#ifndef Dst_DECL
17#define Dst_DECL dasm_State *Dst 17#define Dst_DECL dasm_State *Dst