From 22a7b81946edfe3e25f914c9c672b6705153714d Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 12 Sep 2017 21:08:37 -0300 Subject: Prepare for release 2.4.3. --- src/luarocks/cfg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 858a87fe..1d5c9872 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua @@ -31,8 +31,8 @@ if not ok then site_config = {} end -cfg.program_version = "scm" -cfg.program_series = "2.2" +cfg.program_version = "2.4.3" +cfg.program_series = "2.4" cfg.major_version = (cfg.program_version:match("([^.]%.[^.])")) or cfg.program_series cfg.variables = {} cfg.rocks_trees = {} -- cgit v1.2.3-55-g6feb