diff options
author | Mike Pall <mike> | 2015-05-14 20:29:31 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-05-14 20:29:31 +0200 |
commit | 69e5342eb893815b18a1ec84ba74b0e0d1cc9beb (patch) | |
tree | d36593127b1a6cd683e833a9299cbf9b7bbb9b85 /Makefile | |
parent | cd4c59f5a25bf07658ca234bbb900ed5f5280c8e (diff) | |
download | luajit-69e5342eb893815b18a1ec84ba74b0e0d1cc9beb.tar.gz luajit-69e5342eb893815b18a1ec84ba74b0e0d1cc9beb.tar.bz2 luajit-69e5342eb893815b18a1ec84ba74b0e0d1cc9beb.zip |
RELEASE LuaJIT-2.0.4v2.0.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | MAJVER= 2 | 16 | MAJVER= 2 |
17 | MINVER= 0 | 17 | MINVER= 0 |
18 | RELVER= 3 | 18 | RELVER= 4 |
19 | VERSION= $(MAJVER).$(MINVER).$(RELVER) | 19 | VERSION= $(MAJVER).$(MINVER).$(RELVER) |
20 | ABIVER= 5.1 | 20 | ABIVER= 5.1 |
21 | 21 | ||