From 280c184398d4e4de9c00c96ee9dff1d7e6724615 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 7 Apr 2015 13:14:35 +0800 Subject: Bug 1146960: replace the version number on bmo with a build number --- Bugzilla/Config/Core.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 1548dcd9c..3d6a00e70 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -45,6 +45,12 @@ use constant get_param_list => ( checker => \&check_urlbase }, + { + name => 'bugzilla_version', + type => 't', + default => '', + }, + { name => 'ssl_redirect', type => 'b', -- cgit v1.2.3-24-g4f1b