Skip to content

Commit

Permalink
Prepare to release version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Jan 10, 2014
1 parent 04d071b commit d6b97cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -24,7 +24,7 @@ remove.lua fs.lua manif.lua add.lua deps.lua build.lua search.lua show.lua \
manif_core.lua fetch.lua unpack.lua validate.lua cfg.lua download.lua \
help.lua util.lua index.lua cache.lua refresh_cache.lua loader.lua \
admin_remove.lua fetch/hg.lua fetch/git_file.lua new_version.lua lint.lua \
purge.lua path.lua write_rockspec.lua
purge.lua path.lua write_rockspec.lua doc.lua

CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua

Expand Down
2 changes: 1 addition & 1 deletion rockspec
@@ -1,5 +1,5 @@
package = "LuaRocks"
local VER = "2.1.1"
local VER = "2.1.2"
local REV = "1"
version = VER.."-"..REV

Expand Down
2 changes: 1 addition & 1 deletion src/luarocks/cfg.lua
Expand Up @@ -30,7 +30,7 @@ end

_M.site_config = site_config

program_version = "2.1.1"
program_version = "2.1.2"
major_version = program_version:match("([^.]%.[^.])")

local persist = require("luarocks.persist")
Expand Down

0 comments on commit d6b97cf

Please sign in to comment.