diff options
author | David Lawrence <dkl@mozilla.com> | 2015-04-15 17:00:49 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-04-15 17:00:49 +0100 |
commit | e9eb3cf49db77efa11d2ff4d5aaace7950fab858 (patch) | |
tree | 04733e000133c4277f40d4d7f22eae7eb4b8230a | |
parent | Bug 1154316: Release notes for 4.4.9 (diff) | |
download | bugzilla-release-4.4.9.tar.gz bugzilla-release-4.4.9.tar.bz2 bugzilla-release-4.4.9.zip |
Bumped version to 4.4.9release-4.4.9bugzilla-4.4.9
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/bugzilla.ent.tmpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index da647120b..179b765f2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.8+"; +use constant BUGZILLA_VERSION => "4.4.9"; # 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 a064de363..20259c5be 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.8+"> -<!ENTITY bz-date "2015-01-27"> +<!ENTITY bz-ver "4.4.9"> +<!ENTITY bz-date "2015-04-15"> <!ENTITY current-year "2015"> <!ENTITY min-perl-ver "5.8.1"> |