summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bd9515fd..e8092654 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ TO_LIB= liblua.a
TO_MAN= lua.1 luac.1
# Lua version and release.
-V= 5.2
-R= $V.1
+V= 5.3
+R= $V.0
# Targets start here.
all: $(PLAT)