diff options
author | Mike Pall <mike> | 2013-02-19 18:05:39 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2013-02-19 18:05:39 +0100 |
commit | 92699e9ea9371173eb0d9f5fefa703878059009c (patch) | |
tree | c8e79a1cb2b3581d61f9b115acf97e4173b7e442 /Makefile | |
parent | e822bdb6887fd5b44731b652de9b048e59def4df (diff) | |
download | luajit-92699e9ea9371173eb0d9f5fefa703878059009c.tar.gz luajit-92699e9ea9371173eb0d9f5fefa703878059009c.tar.bz2 luajit-92699e9ea9371173eb0d9f5fefa703878059009c.zip |
RELEASE LuaJIT-2.0.1v2.0.1
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= 0 | 18 | RELVER= 1 |
19 | VERSION= $(MAJVER).$(MINVER).$(RELVER) | 19 | VERSION= $(MAJVER).$(MINVER).$(RELVER) |
20 | ABIVER= 5.1 | 20 | ABIVER= 5.1 |
21 | 21 | ||