diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-17 17:10:38 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-17 17:11:20 +0000 |
commit | fc3bcda75a19dd381af0f9d54d98645a332bccbf (patch) | |
tree | 4c14e19f7a9fe08b5d27dcb22337d2c5171d928e | |
parent | Bug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla text (diff) | |
download | bugzilla-fc3bcda75a19dd381af0f9d54d98645a332bccbf.tar.gz bugzilla-fc3bcda75a19dd381af0f9d54d98645a332bccbf.tar.bz2 bugzilla-fc3bcda75a19dd381af0f9d54d98645a332bccbf.zip |
Bump version to 4.4.3release-4.4.3bugzilla-4.4.3
-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 8b00ffe1f..230691cc1 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.2+"; +use constant BUGZILLA_VERSION => "4.4.3"; # 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 e16b317a3..d2785d975 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.2+"> -<!ENTITY bz-date "2014-01-27"> +<!ENTITY bz-ver "4.4.3"> +<!ENTITY bz-date "2014-04-17"> <!ENTITY current-year "2014"> <!ENTITY min-perl-ver "5.8.1"> |