aboutsummaryrefslogtreecommitdiff
path: root/rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-04-12 23:05:43 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-04-12 23:05:43 -0300
commit130f460fca140b2873d284d0057b326b64621d1d (patch)
tree825a90c51e9fd9b15f98d1c7e9a38eca439862c5 /rockspec
parent26db61478504c7b13099b942aeebbdd6ffa4472b (diff)
downloadluarocks-130f460fca140b2873d284d0057b326b64621d1d.tar.gz
luarocks-130f460fca140b2873d284d0057b326b64621d1d.tar.bz2
luarocks-130f460fca140b2873d284d0057b326b64621d1d.zip
General improvements for Lua 5.1 and 5.2 coexistance:
* Add --versioned-rocks-dir option to Unix installer, which makes it use paths such as /lib/luarocks/rocks-5.X, and /etc/luarocks/config-5.X.lua (where X is 1 or 2). * Make configure script on Unix autodetect the presence of previous LuaRocks installations and adapt accordingly to avoid conflicts. * Support luarocks.site_config_5_X for users who wish to run two versions from the same source tree (may be useful for LR development). * Try to load config-5.X.lua from home directory before trying config.lua.
Diffstat (limited to 'rockspec')
-rw-r--r--rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rockspec b/rockspec
index 11cc2c63..1fa7fa8d 100644
--- a/rockspec
+++ b/rockspec
@@ -1,5 +1,5 @@
1package = "LuaRocks" 1package = "LuaRocks"
2local VER = "2.0.12" 2local VER = "2.0.13"
3local REV = "1" 3local REV = "1"
4version = VER.."-"..REV 4version = VER.."-"..REV
5 5