Skip to content

Commit a293779

Browse files
committedMay 7, 2014
updated for (eventual) release 5.2.4
1 parent dace83e commit a293779

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎lua.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: lua.h,v 1.285.1.1 2013/04/12 18:48:47 roberto Exp roberto $
2+
** $Id: lua.h,v 1.285.1.2 2013/11/11 12:09:16 roberto Exp roberto $
33
** Lua - A Scripting Language
44
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
55
** See Copyright Notice at the end of this file
@@ -19,11 +19,11 @@
1919
#define LUA_VERSION_MAJOR "5"
2020
#define LUA_VERSION_MINOR "2"
2121
#define LUA_VERSION_NUM 502
22-
#define LUA_VERSION_RELEASE "3"
22+
#define LUA_VERSION_RELEASE "4"
2323

2424
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
2525
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
26-
#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2013 Lua.org, PUC-Rio"
26+
#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2014 Lua.org, PUC-Rio"
2727
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
2828

2929

@@ -418,7 +418,7 @@ struct lua_Debug {
418418

419419

420420
/******************************************************************************
421-
* Copyright (C) 1994-2013 Lua.org, PUC-Rio.
421+
* Copyright (C) 1994-2014 Lua.org, PUC-Rio.
422422
*
423423
* Permission is hereby granted, free of charge, to any person obtaining
424424
* a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)
Please sign in to comment.