summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-05-22 19:23:42 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-05-22 19:23:42 +0200
commit9b4d2c5bf0bba6db0cebd9a09367782d4d9e6b27 (patch)
treee9d1541acc6f582e690bb5748e35b3a087280e0c /Bugzilla/Constants.pm
parentd01cbdbf9fec43da85227cff54126d83b0e9e4ca (diff)
parentfc9858fed697d00fb921dd86448dad0ef70552a6 (diff)
downloadbugzilla-9b4d2c5bf0bba6db0cebd9a09367782d4d9e6b27.tar.gz
bugzilla-9b4d2c5bf0bba6db0cebd9a09367782d4d9e6b27.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 78336818f..d0770cf73 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.1";
+use constant BUGZILLA_VERSION => "4.2.1+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';