summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1999-11-25 12:00:00 +0000
committerrepogen <>1999-11-25 12:00:00 +0000
commite7eacfb8851d87e681e6f5a1fbead87565b4aa46 (patch)
tree4dbdd9a599afc872682159bc15276c8ff9c7ae9b /include
parentafb67002d94ef22c14741910ba83da262a6e9338 (diff)
downloadlua-github-3.2.1.tar.gz
Lua 3.2.13.2.1
Diffstat (limited to 'include')
-rw-r--r--include/lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lua.h b/include/lua.h
index f46b2e1d..5635a550 100644
--- a/include/lua.h
+++ b/include/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.32 1999/05/11 20:29:19 roberto Exp $
+** $Id: lua.h,v 1.32a 1999/05/11 20:29:19 roberto Exp $
** Lua - An Extensible Extension Language
** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
** e-mail: lua@tecgraf.puc-rio.br
@@ -11,7 +11,7 @@
#ifndef lua_h
#define lua_h
-#define LUA_VERSION "Lua 3.2"
+#define LUA_VERSION "Lua 3.2.1"
#define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio"
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"