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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h
index 7fac22a..3002811 100644
--- a/dynasm/dasm_proto.h
+++ b/dynasm/dasm_proto.h
@@ -1,7 +1,7 @@
/*
** DynASM encoding engine prototypes.
-** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
-** Released under the MIT/X license. See dynasm.lua for full copyright notice.
+** Copyright (C) 2005-2012 Mike Pall. All rights reserved.
+** Released under the MIT license. See dynasm.lua for full copyright notice.
*/
#ifndef _DASM_PROTO_H
@@ -10,8 +10,8 @@
#include <stddef.h>
#include <stdarg.h>
-#define DASM_IDENT "DynASM 1.2.2"
-#define DASM_VERSION 10202 /* 1.2.2 */
+#define DASM_IDENT "DynASM 1.3.0"
+#define DASM_VERSION 10300 /* 1.3.0 */
#ifndef Dst_DECL
#define Dst_DECL dasm_State **Dst
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback