summaryrefslogtreecommitdiffstats
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
parentd198464bd0d448c5fcc9901400bb3f5d7b793ad9 (diff)
downloadbugzilla-ab612efff307c445c25d010ac8a2eaba6fd93228.tar.gz
bugzilla-ab612efff307c445c25d010ac8a2eaba6fd93228.tar.xz
Branch for 4.4 created. Trunk is now 4.5
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/bugzilla.ent.tmpl4
2 files changed, 3 insertions, 3 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';
diff --git a/docs/bugzilla.ent.tmpl b/docs/bugzilla.ent.tmpl
index 7057acbe7..e7f5c368c 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -1,7 +1,7 @@
-<!ENTITY bz-ver "4.3.3">
+<!ENTITY bz-ver "4.5">
<!ENTITY bz-date "2012-08-30">
<!ENTITY current-year "2012">
-<!ENTITY min-perl-ver "5.8.1">
+<!ENTITY min-perl-ver "5.10.1">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
<!ENTITY bzg-bugs "http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation">