summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2013-02-19 19:44:43 +0100
committerReed Loden <reed@reedloden.com>2013-02-19 19:44:43 +0100
commit4ec4e6487da94e17041930b42cb92571d82d691d (patch)
tree6cf252274d018d2b3468cdb0dc770b8dcb142401 /Bugzilla/Constants.pm
parent6ae6ab514158a975b0483577c7a3405896c0e704 (diff)
parent7ffee28eac073acb132f6f5fe8ba322c823af308 (diff)
downloadbugzilla-4ec4e6487da94e17041930b42cb92571d82d691d.tar.gz
bugzilla-4ec4e6487da94e17041930b42cb92571d82d691d.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 71cbe4599..ba3fca4fc 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.4+";
+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';