diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-27 15:53:10 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-27 15:53:10 +0000 |
commit | c3ce73ba59181e7b50858448a42cdbaa983bcc21 (patch) | |
tree | 8343f6b78731ddedc9c88a3ba36ce84fab6fa78b | |
parent | Bug 1125186: Release notes for 4.4.8 (diff) | |
download | bugzilla-c3ce73ba59181e7b50858448a42cdbaa983bcc21.tar.gz bugzilla-c3ce73ba59181e7b50858448a42cdbaa983bcc21.tar.bz2 bugzilla-c3ce73ba59181e7b50858448a42cdbaa983bcc21.zip |
Bumped version to 4.4.8release-4.4.8bugzilla-4.4.8bugzilla-4.4-stable
-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 15ef9e271..7da3697aa 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.7+"; +use constant BUGZILLA_VERSION => "4.4.8"; # 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 20ac43b24..f7a88faf1 100644 --- a/docs/bugzilla.ent.tmpl +++ b/docs/bugzilla.ent.tmpl @@ -1,5 +1,5 @@ -<!ENTITY bz-ver "4.4.7+"> -<!ENTITY bz-date "2015-01-21"> +<!ENTITY bz-ver "4.4.8"> +<!ENTITY bz-date "2015-01-27"> <!ENTITY current-year "2015"> <!ENTITY min-perl-ver "5.8.1"> |