summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-16 22:36:32 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-16 22:36:32 +0200
commit7355bd53bc4b20e248550e5467142a79e9512fbc (patch)
tree4d5f98fd7c1393b10e7a5455f9019176d770e57b
parent3b9eb2e03904a12cf38268b2527742e5ede7f305 (diff)
downloadbugzilla-7355bd53bc4b20e248550e5467142a79e9512fbc.tar.gz
bugzilla-7355bd53bc4b20e248550e5467142a79e9512fbc.tar.xz
Bump version to 4.2.7
-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 d93e0793d..534c74d2f 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.6+";
+use constant BUGZILLA_VERSION => "4.2.7";
# 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 045a426ee..d2079630f 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.6">
+<!ENTITY bz-ver "4.2.7">
<!ENTITY bz-nextver "4.4">
-<!ENTITY bz-date "2013-05-22">
+<!ENTITY bz-date "2013-10-16">
<!ENTITY current-year "2013">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/">