diff --git a/CMakeLists.txt b/CMakeLists.txt index b047e51..430b596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(lua LANGUAGES C VERSION 5.4.3) +project(lua LANGUAGES C VERSION 5.4.4) option(LUA_SUPPORT_DL "Support dynamic loading of compiled modules" OFF) option(LUA_BUILD_AS_CXX "Build lua as C++" OFF) @@ -20,4 +20,4 @@ else() endif() -add_subdirectory(lua-5.4.3) +add_subdirectory(lua-5.4.4) diff --git a/README.md b/README.md index 06f0724..59d9c30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Lua -CMake based build of Lua 5.4.3 +CMake based build of Lua 5.4.4 | Build as C | Build as C++ | | --: | --: | | ![Build Linux](https://github.com/walterschell/Lua/actions/workflows/build-linux.yml/badge.svg?branch=master) | ![Build Linux as C++](https://github.com/walterschell/Lua/actions/workflows/build-emscripten-cxx.yml/badge.svg?branch=master) | diff --git a/lua-5.4.3/CMakeLists.txt b/lua-5.4.4/CMakeLists.txt similarity index 100% rename from lua-5.4.3/CMakeLists.txt rename to lua-5.4.4/CMakeLists.txt diff --git a/lua-5.4.3/Makefile b/lua-5.4.4/Makefile similarity index 99% rename from lua-5.4.3/Makefile rename to lua-5.4.4/Makefile index fed75b3..fef1af4 100644 --- a/lua-5.4.3/Makefile +++ b/lua-5.4.4/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.4 -R= $V.3 +R= $V.4 # Targets start here. all: $(PLAT) diff --git a/lua-5.4.3/README b/lua-5.4.4/README similarity index 70% rename from lua-5.4.3/README rename to lua-5.4.4/README index ebd4db0..c394c69 100644 --- a/lua-5.4.3/README +++ b/lua-5.4.4/README @@ -1,5 +1,5 @@ -This is Lua 5.4.3, released on 15 Mar 2021. +This is Lua 5.4.4, released on 13 Jan 2022. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff --git a/lua-5.4.3/doc/contents.html b/lua-5.4.4/doc/contents.html similarity index 99% rename from lua-5.4.3/doc/contents.html rename to lua-5.4.4/doc/contents.html index 7ecf1c7..ab82eb4 100644 --- a/lua-5.4.3/doc/contents.html +++ b/lua-5.4.4/doc/contents.html @@ -32,7 +32,7 @@ For a complete introduction to Lua programming, see the book
-Copyright © 2020–2021 Lua.org, PUC-Rio. +Copyright © 2020–2022 Lua.org, PUC-Rio. Freely available under the terms of the Lua license. @@ -664,10 +664,10 @@ Freely available under the terms of the