diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-11-23 00:03:07 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-11-23 00:03:07 -0200 |
commit | 98ead176473c0fbd02b147adbcb089df8a56095e (patch) | |
tree | 66b47ae87d3858ef621d625bf959f6011977fe47 /src | |
parent | abf7a9d408ed279a98287dad020afee88dcc68cc (diff) | |
download | luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.tar.gz luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.tar.bz2 luarocks-98ead176473c0fbd02b147adbcb089df8a56095e.zip |
Getting ready for LuaRocks 2.0.4
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 2385d665..d1735ff0 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -24,7 +24,7 @@ end | |||
24 | 24 | ||
25 | _M.config = config | 25 | _M.config = config |
26 | 26 | ||
27 | program_version = "2.0.3" | 27 | program_version = "2.0.4" |
28 | user_agent = "LuaRocks/"..program_version | 28 | user_agent = "LuaRocks/"..program_version |
29 | 29 | ||
30 | local persist = require("luarocks.persist") | 30 | local persist = require("luarocks.persist") |