aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-07-24 17:02:01 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-07-24 17:02:01 +0000
commit5d245202e0633595e389dea38639c55b4e98622f (patch)
tree0ba738c30ba1c949db592505cc74b32420d0cfdd
parentBug 1042087 - Release notes for 4.4.5 (diff)
downloadbugzilla-5d245202e0633595e389dea38639c55b4e98622f.tar.gz
bugzilla-5d245202e0633595e389dea38639c55b4e98622f.tar.bz2
bugzilla-5d245202e0633595e389dea38639c55b4e98622f.zip
Bump version to 4.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 8cf6fd034..59149fa85 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -182,7 +182,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.4+";
+use constant BUGZILLA_VERSION => "4.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 64089bfc7..7e302e28d 100644
--- a/docs/bugzilla.ent.tmpl
+++ b/docs/bugzilla.ent.tmpl
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.4+">
-<!ENTITY bz-date "2014-04-18">
+<!ENTITY bz-ver "4.4.5">
+<!ENTITY bz-date "2014-07-24">
<!ENTITY current-year "2014">
<!ENTITY min-perl-ver "5.8.1">