From c16c9781939eb8cf175ae82b647c86ed7ea1d767 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sat, 24 Mar 2012 12:28:43 -0700 Subject: Updated DynASM from upstream (Lua 5.2 support). --- dynasm/dasm_proto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dynasm/dasm_proto.h') 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 #include -#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 -- cgit v1.2.3