diff options
author | David Lawrence <dkl@mozilla.com> | 2014-10-06 15:24:58 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-10-06 15:24:58 +0000 |
commit | 21ce812db962edd79e62fa8ba0fd19672fff88a5 (patch) | |
tree | 5e3e6aca8e79c13666eb58d45fb65004c0db4da4 | |
parent | Bug 1054702: CSV export vulnerable to formulae injection (diff) | |
download | bugzilla-21ce812db962edd79e62fa8ba0fd19672fff88a5.tar.gz bugzilla-21ce812db962edd79e62fa8ba0fd19672fff88a5.tar.bz2 bugzilla-21ce812db962edd79e62fa8ba0fd19672fff88a5.zip |
Bump version to 4.4.6release-4.4.6bugzilla-4.4.6
-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 122c90fb7..4f2cf6312 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.5+"; +use constant BUGZILLA_VERSION => "4.4.6"; # 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 f039424ea..31e908e92 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.5+"> -<!ENTITY bz-date "2014-07-24"> +<!ENTITY bz-ver "4.4.6"> +<!ENTITY bz-date "2014-10-06"> <!ENTITY current-year "2014"> <!ENTITY min-perl-ver "5.8.1"> |