aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-16 16:35:16 -0400
committerDave Lawrence <dlawrence@mozilla.com>2013-10-16 16:35:16 -0400
commitb8416f43d7aee661cbcfe0e7b66ba5baaca1a393 (patch)
treea4e68917f44dab13b5f9b5c8657849451f001f5c
parentBug 924802: (CVE-2013-1742) [SECURITY] (XSS) "id" and "sortkey" are not sanit... (diff)
downloadbugzilla-b8416f43d7aee661cbcfe0e7b66ba5baaca1a393.tar.gz
bugzilla-b8416f43d7aee661cbcfe0e7b66ba5baaca1a393.tar.bz2
bugzilla-b8416f43d7aee661cbcfe0e7b66ba5baaca1a393.zip
Bump version to 4.0.11release-4.0.11bugzilla-4.0.11
-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 0faf2eb54..701079615 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -197,7 +197,7 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "4.0.10+";
+use constant BUGZILLA_VERSION => "4.0.11";
# These are unique values that are unlikely to match a string or a number,
# to be used in criteria for match() functions and other things. They start
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml
index 17403164c..166dbd200 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.0.10">
+<!ENTITY bz-ver "4.0.11">
<!ENTITY bz-nextver "4.2">
-<!ENTITY bz-date "2013-02-19">
+<!ENTITY bz-date "2013-10-16">
<!ENTITY current-year "2013">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.0-branch/">