summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-05-22 22:09:47 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-05-22 22:09:47 +0200
commit6e53f77df7e055797ef587f349e3c35fdd82718c (patch)
treef44a39f3482cb56b44f1556380c712df040eb1b4 /Bugzilla/Constants.pm
parent90e68b0efa74964c57334929008ae5a95c9f5b53 (diff)
downloadbugzilla-6e53f77df7e055797ef587f349e3c35fdd82718c.tar.gz
bugzilla-6e53f77df7e055797ef587f349e3c35fdd82718c.tar.xz
Bump version 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 cd3a24e0b..d93e0793d 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.6";
+use constant BUGZILLA_VERSION => "4.2.6+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';