aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-11-02 17:38:59 -0700
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-11-02 17:38:59 -0700
commitea8d82dc38f9e76d4d5bc6d9f4bf4553afcbbef0 (patch)
tree15eb38a34a4c1b9c3d9284b8bebfefcfaf7c76da
parentBug 600464: (CVE-2010-3172) [SECURITY] Content/Header injection due to non-ra... (diff)
downloadbugzilla-ea8d82dc38f9e76d4d5bc6d9f4bf4553afcbbef0.tar.gz
bugzilla-ea8d82dc38f9e76d4d5bc6d9f4bf4553afcbbef0.tar.bz2
bugzilla-ea8d82dc38f9e76d4d5bc6d9f4bf4553afcbbef0.zip
Bump version number for 3.4.9.release-3.4.9bugzilla-3.4.9
https://bugzilla.mozilla.org/show_bug.cgi?id=604255
-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 c45225740..92ad3d246 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -172,7 +172,7 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "3.4.8+";
+use constant BUGZILLA_VERSION => "3.4.9";
# 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 0c30605f5..05f004f5c 100644
--- a/docs/en/xml/Bugzilla-Guide.xml
+++ b/docs/en/xml/Bugzilla-Guide.xml
@@ -33,9 +33,9 @@
For a devel release, simple bump bz-ver and bz-date
-->
-<!ENTITY bz-ver "3.4.8">
+<!ENTITY bz-ver "3.4.9">
<!ENTITY bz-nextver "3.6">
-<!ENTITY bz-date "2010-08-05">
+<!ENTITY bz-date "2010-11-02">
<!ENTITY current-year "2010">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.4-branch/">