summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-04-18 22:14:56 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-04-18 22:14:56 +0200
commit2635590ee617d17c9006a46375e46b34ad393efe (patch)
tree0d547bccde135d1a35edd63e3173789002558884 /Bugzilla/Constants.pm
parent811987d677a4117f09b032e3935aff9accdc133d (diff)
downloadbugzilla-2635590ee617d17c9006a46375e46b34ad393efe.tar.gz
bugzilla-2635590ee617d17c9006a46375e46b34ad393efe.tar.xz
Bump version to 4.3.1
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 e4d32d435..f80dfa636 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -180,7 +180,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.3";
+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';