aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2017-05-01 21:03:01 +0200
committerMike Pall <mike>2017-05-01 21:03:01 +0200
commit8271c643c21d1b2f344e339f559f2de6f3663191 (patch)
tree83d888f78ec1632521c921d5d206bc637d520f80 /Makefile
parente9f8abfbf5e565f26b10dbd5c66f73143ff2211b (diff)
downloadluajit-8271c643c21d1b2f344e339f559f2de6f3663191.tar.gz
luajit-8271c643c21d1b2f344e339f559f2de6f3663191.tar.bz2
luajit-8271c643c21d1b2f344e339f559f2de6f3663191.zip
RELEASE LuaJIT-2.1.0-beta3v2.1.0-beta3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6472e0b..0f933089 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
16MAJVER= 2 16MAJVER= 2
17MINVER= 1 17MINVER= 1
18RELVER= 0 18RELVER= 0
19PREREL= -beta2 19PREREL= -beta3
20VERSION= $(MAJVER).$(MINVER).$(RELVER)$(PREREL) 20VERSION= $(MAJVER).$(MINVER).$(RELVER)$(PREREL)
21ABIVER= 5.1 21ABIVER= 5.1
22 22