summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-07-27 02:07:49 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-27 02:07:49 +0200
commit1600d4c79a01d431dcef9a8b068edc53f7b9a2d5 (patch)
treea90a7e0750de1a405d97225a136bb08a787460f2 /Bugzilla/Constants.pm
parentbf6641e4c111f0c1300065821b164a708e55892b (diff)
downloadbugzilla-1600d4c79a01d431dcef9a8b068edc53f7b9a2d5.tar.gz
bugzilla-1600d4c79a01d431dcef9a8b068edc53f7b9a2d5.tar.xz
Bump the 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 865536519..63242ba8a 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -181,7 +181,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.2";
+use constant BUGZILLA_VERSION => "4.3.2+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';