summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2013-02-20 21:04:58 +0100
committerReed Loden <reed@reedloden.com>2013-02-20 21:04:58 +0100
commit763a7b191be40597a10ae7299d661abbb6de1dca (patch)
treeb5e73ee103148822a0c77341c5b31cb9bf66257d /Bugzilla/Constants.pm
parent445e9f65e13812fc1bf31ecd4b19ef4a1cb82050 (diff)
parentc0c6750ca3ce93f2ca9357aecbfb5cae80b0dfeb (diff)
downloadbugzilla-763a7b191be40597a10ae7299d661abbb6de1dca.tar.gz
bugzilla-763a7b191be40597a10ae7299d661abbb6de1dca.tar.xz
Merge 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 ba3fca4fc..d1ca92260 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.5";
+use constant BUGZILLA_VERSION => "4.2.5+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';