summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-24 23:40:52 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-07-24 23:40:52 +0200
commit48fa3154ff61647f9935106885845e28b38a5910 (patch)
treea890b694c9fb35e2befaa18966edaa490705edc7 /Bugzilla/Constants.pm
parentde260ab8ecc7dfa27ccdb3bd98d0eff47bc6d3ca (diff)
downloadbugzilla-48fa3154ff61647f9935106885845e28b38a5910.tar.gz
bugzilla-48fa3154ff61647f9935106885845e28b38a5910.tar.xz
Bump version post-release
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index cd49bfb18..fd110dc3a 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,8 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.10";
-
+use constant BUGZILLA_VERSION => "4.2.10+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';