summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-05-22 20:46:58 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-05-22 20:46:58 +0200
commit90e68b0efa74964c57334929008ae5a95c9f5b53 (patch)
tree2d6f486492762697eada125259ba61ed3422ed7f
parent09d2727039b11774f1dbf790ad3ab737c4f7b300 (diff)
downloadbugzilla-90e68b0efa74964c57334929008ae5a95c9f5b53.tar.gz
bugzilla-90e68b0efa74964c57334929008ae5a95c9f5b53.tar.xz
Bump version to 4.2.6
-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 9219db69e..cd3a24e0b 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.5+";
+use constant BUGZILLA_VERSION => "4.2.6";
# 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 d2461eda1..045a426ee 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.5">
+<!ENTITY bz-ver "4.2.6">
<!ENTITY bz-nextver "4.4">
-<!ENTITY bz-date "2013-02-19">
+<!ENTITY bz-date "2013-05-22">
<!ENTITY current-year "2013">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/">