aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-02-03 10:02:53 +0000
committermkanat%bugzilla.org <>2009-02-03 10:02:53 +0000
commit6e1083fb32f06b92896aeb457c0badfbb5b9a68c (patch)
treed2fb9f5d521cc60cc6e9d4a7bb9e0279e9ddf379
parentBug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ... (diff)
downloadbugzilla-release-3.2.2.tar.gz
bugzilla-release-3.2.2.tar.bz2
bugzilla-release-3.2.2.zip
Bump version number for 3.2.2.release-3.2.2bugzilla-3.2.2
-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 aa53f475a..5d30c051f 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -158,7 +158,7 @@ use File::Basename;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "3.2.1+";
+use constant BUGZILLA_VERSION => "3.2.2";
# 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 38b745416..588fb2ec4 100644
--- a/docs/en/xml/Bugzilla-Guide.xml
+++ b/docs/en/xml/Bugzilla-Guide.xml
@@ -34,9 +34,9 @@
For a devel release, simple bump bz-ver and bz-date
-->
-<!ENTITY bz-ver "3.2.1">
+<!ENTITY bz-ver "3.2.2">
<!ENTITY bz-nextver "3.4">
-<!ENTITY bz-date "2009-02-02">
+<!ENTITY bz-date "2009-02-03">
<!ENTITY current-year "2009">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">