summaryrefslogtreecommitdiff
path: root/dynasm/dasm_proto.h
diff options
context:
space:
mode:
authorMike Pall <mike>2011-01-09 17:12:53 +0100
committerMike Pall <mike>2011-01-09 17:12:53 +0100
commit06f99fc3dfa5da1fb9de7210b8a0ce772745a375 (patch)
tree6465ff3fc3b4e0fd82ac04a6743f81684f60a4ab /dynasm/dasm_proto.h
parent4c0330a8b114ddb4196c92d049a3b9337cb73588 (diff)
downloadluajit2-06f99fc3dfa5da1fb9de7210b8a0ce772745a375.tar.gz
Bump copyright date to 2011.
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 @@
/*
** DynASM encoding engine prototypes.
-** Copyright (C) 2005-2010 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
*/
@@ -10,8 +10,8 @@
#include <stddef.h>
#include <stdarg.h>
-#define DASM_IDENT "DynASM 1.2.1"
-#define DASM_VERSION 10201 /* 1.2.1 */
+#define DASM_IDENT "DynASM 1.2.2"
+#define DASM_VERSION 10202 /* 1.2.2 */
#ifndef Dst_DECL
#define Dst_DECL dasm_State *Dst