summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-08-31 00:25:34 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-08-31 00:25:34 +0200
commitab612efff307c445c25d010ac8a2eaba6fd93228 (patch)
tree86809a13bf04d63481ecec9092b42b74917f01df /Bugzilla/Constants.pm
parentd198464bd0d448c5fcc9901400bb3f5d7b793ad9 (diff)
downloadbugzilla-ab612efff307c445c25d010ac8a2eaba6fd93228.tar.gz
bugzilla-ab612efff307c445c25d010ac8a2eaba6fd93228.tar.xz
Branch for 4.4 created. Trunk is now 4.5
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 39dfc6f5b..c02558faa 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -182,7 +182,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.3+";
+use constant BUGZILLA_VERSION => "4.5";
# Location of the remote and local XML files to track new releases.
use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';