summaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2012-05-23 12:00:00 +0000
committerrepogen <>2012-05-23 12:00:00 +0000
commitad17e8349cfc1992f1df7ae937fc146b1a0d564e (patch)
treef9a541ea772e343f075ba3bc8bf3aabe990519c3 /src/lua.h
parent1cb937cf2d4583482aadaff45b6628b39fdcd91e (diff)
downloadlua-github-ad17e8349cfc1992f1df7ae937fc146b1a0d564e.tar.gz
Lua 5.2.1-rc15.2.1-rc1
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lua.h b/src/lua.h
index 49d24b94..a3a3a70c 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.282 2011/11/29 15:55:08 roberto Exp $
+** $Id: lua.h,v 1.283 2012/04/20 13:18:26 roberto Exp $
** Lua - A Scripting Language
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
** See Copyright Notice at the end of this file
@@ -19,11 +19,11 @@
#define LUA_VERSION_MAJOR "5"
#define LUA_VERSION_MINOR "2"
#define LUA_VERSION_NUM 502
-#define LUA_VERSION_RELEASE "0" " (work1)"
+#define LUA_VERSION_RELEASE "1"
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
-#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2011 Lua.org, PUC-Rio"
+#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2012 Lua.org, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
@@ -413,7 +413,7 @@ struct lua_Debug {
/******************************************************************************
-* Copyright (C) 1994-2011 Lua.org, PUC-Rio. All rights reserved.
+* Copyright (C) 1994-2012 Lua.org, PUC-Rio.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the