diff options
author | David Lawrence <dkl@mozilla.com> | 2015-04-15 16:59:02 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-04-15 16:59:02 +0100 |
commit | d4bcb5aee8ad6f36661b2321678c387aa183f0b2 (patch) | |
tree | f14e01bfd7a0f7e1b8f0fef3ec3117c36f13a106 | |
parent | Bug 1154319: Release notes for 4.2.14 (diff) | |
download | bugzilla-d4bcb5aee8ad6f36661b2321678c387aa183f0b2.tar.gz bugzilla-d4bcb5aee8ad6f36661b2321678c387aa183f0b2.tar.bz2 bugzilla-d4bcb5aee8ad6f36661b2321678c387aa183f0b2.zip |
Bumped version to 4.2.14release-4.2.14bugzilla-4.2.14
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index f7414ac27..a83011b5b 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.13+"; +use constant BUGZILLA_VERSION => "4.2.14"; # 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/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index f4749a656..54cf3c217 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -32,9 +32,9 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "4.2.13+"> +<!ENTITY bz-ver "4.2.14"> <!ENTITY bz-nextver "4.4"> -<!ENTITY bz-date "2015-01-27"> +<!ENTITY bz-date "2015-04-15"> <!ENTITY current-year "2015"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/"> |