aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-27 15:55:13 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-01-27 15:55:13 +0000
commit0e8081bc1c07d74bc04b10640d9d85459f2e7cbf (patch)
tree102dce18965e735e507f5429ebed5d677931c97e
parentBug 1125188: Release notes for 4.2.13 (diff)
downloadbugzilla-4.2.13.tar.gz
bugzilla-4.2.13.tar.bz2
bugzilla-4.2.13.zip
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--docs/en/xml/Bugzilla-Guide.xml4
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/">