aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2015-05-14 20:29:31 +0200
committerMike Pall <mike>2015-05-14 20:29:31 +0200
commit69e5342eb893815b18a1ec84ba74b0e0d1cc9beb (patch)
treed36593127b1a6cd683e833a9299cbf9b7bbb9b85 /Makefile
parentcd4c59f5a25bf07658ca234bbb900ed5f5280c8e (diff)
downloadluajit-69e5342eb893815b18a1ec84ba74b0e0d1cc9beb.tar.gz
luajit-69e5342eb893815b18a1ec84ba74b0e0d1cc9beb.tar.bz2
luajit-69e5342eb893815b18a1ec84ba74b0e0d1cc9beb.zip
RELEASE LuaJIT-2.0.4v2.0.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0891b713..0cbe741a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
15 15
16MAJVER= 2 16MAJVER= 2
17MINVER= 0 17MINVER= 0
18RELVER= 3 18RELVER= 4
19VERSION= $(MAJVER).$(MINVER).$(RELVER) 19VERSION= $(MAJVER).$(MINVER).$(RELVER)
20ABIVER= 5.1 20ABIVER= 5.1
21 21