From ebda463b63376268111e501a0efd2e515bc0d16d Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 29 Apr 2020 22:35:30 +0300 Subject: Makefile: fix Lua version --- LICENSE | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 611da68..59387c8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2019 Kaarle Ritvanen +Copyright (c) 2012-2020 Kaarle Ritvanen All rights reserved. diff --git a/Makefile b/Makefile index f834736..239da9f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -# Copyright (c) 2012-2016 Kaarle Ritvanen +# Copyright (c) 2012-2020 Kaarle Ritvanen # See LICENSE file for license details ROOT_DIR := / -LUA_VERSION := 5.2 +LUA_VERSION := 5.3 confdir := etc/aconf luadir := usr/share/lua/$(LUA_VERSION)/aconf -- cgit v1.2.3