summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-04-21 23:02:37 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-04-21 23:02:37 +0200
commit36f56bd9112c2e930fb5bdbee3b5c89334de5247 (patch)
tree1704dab1cfd9d1f9dfa3bc3afda3565fa53f8837 /Bugzilla/Constants.pm
parent566f227d531c004d24fa4a69cfea14521b5e9801 (diff)
downloadbugzilla-36f56bd9112c2e930fb5bdbee3b5c89334de5247.tar.gz
bugzilla-36f56bd9112c2e930fb5bdbee3b5c89334de5247.tar.xz
Bumped versiion post-release
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 0872ef70c..8b980c0b1 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -196,7 +196,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.5.4";
+use constant BUGZILLA_VERSION => "4.5.4+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';