diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-10 10:25:38 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-10 10:25:38 -0300 |
commit | d040eee8e5d93a64587b168ad0742df0f7d5f7c1 (patch) | |
tree | 2627ec6feb3ba428762f44b384292daa281aae80 /src | |
parent | 6d83783e43061b6231f47dfb14eb6b5937555558 (diff) | |
download | luarocks-d040eee8e5d93a64587b168ad0742df0f7d5f7c1.tar.gz luarocks-d040eee8e5d93a64587b168ad0742df0f7d5f7c1.tar.bz2 luarocks-d040eee8e5d93a64587b168ad0742df0f7d5f7c1.zip |
Cleanups for release
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 45c73bf6..f76b247c 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.2" | 27 | program_version = "2.0.3" |
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") |