From 3d317ca092cec05ad9dcdd3815d74bedbd9f3412 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 3 Jul 2006 15:53:24 +0000 Subject: Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by RĂ©mi Zara r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Constants.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 0eeb9be66..af1357a99 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -33,6 +33,8 @@ use strict; use base qw(Exporter); @Bugzilla::Constants::EXPORT = qw( + BUGZILLA_VERSION + bz_locations CONTROLMAPNA CONTROLMAPSHOWN @@ -109,6 +111,10 @@ use base qw(Exporter); @Bugzilla::Constants::EXPORT_OK = qw(contenttypes); # CONSTANTS +# +# Bugzilla version +use constant BUGZILLA_VERSION => "2.23.1+"; + # # ControlMap constants for group_control_map. # membercontol:othercontrol => meaning -- cgit v1.2.3-24-g4f1b