diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 05:15:53 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 05:15:53 +0000 |
commit | b70275dd54a8419f4bd7387bea1e7afea6c163f0 (patch) | |
tree | 37a7e52911da439f7fae7d0549d6aeb7325a8b99 /src | |
parent | 6763bff3d94462167aaca8c90003255707773bcc (diff) | |
download | luarocks-b70275dd54a8419f4bd7387bea1e7afea6c163f0.tar.gz luarocks-b70275dd54a8419f4bd7387bea1e7afea6c163f0.tar.bz2 luarocks-b70275dd54a8419f4bd7387bea1e7afea6c163f0.zip |
prepare for release
git-svn-id: http://luarocks.org/svn/luarocks/trunk@80 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
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 1ec749c7..2758ce0f 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -9,7 +9,7 @@ local rawset, next, table, pairs, print, require, io, os, setmetatable, pcall, i | |||
9 | -- file format documentation</a> for details. | 9 | -- file format documentation</a> for details. |
10 | module("luarocks.cfg") | 10 | module("luarocks.cfg") |
11 | 11 | ||
12 | program_version = "1.1" | 12 | program_version = "2.0" |
13 | user_agent = "LuaRocks/"..program_version | 13 | user_agent = "LuaRocks/"..program_version |
14 | 14 | ||
15 | local persist = require("luarocks.persist") | 15 | local persist = require("luarocks.persist") |