summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-30 21:02:10 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-30 21:02:10 +0200
commitf3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308 (patch)
tree0267686962087e05b99afcbc50ec72049eff6fea
parent0c29bd76219ab35494f7cc202ffa071bc5006881 (diff)
downloadbugzilla-f3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308.tar.gz
bugzilla-f3252f4a9c1d3d6d6dd394d52c0f5a0c25fcd308.tar.xz
Bump version to 4.2.3
-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 cffb895cf..b8b97411f 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -202,7 +202,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.2.2+";
+use constant BUGZILLA_VERSION => "4.2.3";
# 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 d00055aa9..1ed72f64a 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.2">
+<!ENTITY bz-ver "4.2.3">
<!ENTITY bz-nextver "4.4">
-<!ENTITY bz-date "2012-07-26">
+<!ENTITY bz-date "2012-08-30">
<!ENTITY current-year "2012">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/">