diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-27 15:55:13 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-27 15:55:13 +0000 |
commit | 0e8081bc1c07d74bc04b10640d9d85459f2e7cbf (patch) | |
tree | 102dce18965e735e507f5429ebed5d677931c97e | |
parent | Bug 1125188: Release notes for 4.2.13 (diff) | |
download | bugzilla-4.2.13.tar.gz bugzilla-4.2.13.tar.bz2 bugzilla-4.2.13.zip |
Bump version to 4.2.13release-4.2.13bugzilla-4.2.13bugzilla-4.2-stable
-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 49b1d3e37..555f966a6 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.12+"; +use constant BUGZILLA_VERSION => "4.2.13"; # 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 92e3c9e3e..a3cb5947d 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.12+"> +<!ENTITY bz-ver "4.2.13"> <!ENTITY bz-nextver "4.4"> -<!ENTITY bz-date "2015-01-21"> +<!ENTITY bz-date "2015-01-27"> <!ENTITY current-year "2015"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/"> |