summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-19 18:05:17 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-19 18:05:17 +0200
commitb44422471221d54748d462b69e293a4a346af25c (patch)
tree943f2e0174bb26ca6530b12a5fa3cae4dd3e9ab6 /Bugzilla/Constants.pm
parent2635590ee617d17c9006a46375e46b34ad393efe (diff)
downloadbugzilla-b44422471221d54748d462b69e293a4a346af25c.tar.gz
bugzilla-b44422471221d54748d462b69e293a4a346af25c.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 f80dfa636..9ac54b917 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -180,7 +180,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.1";
+use constant BUGZILLA_VERSION => "4.3.1+";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';