diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 13:33:24 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 13:33:24 -0800 |
commit | ce5b09540e0244100b19a41479c1e54ee107b7c3 (patch) | |
tree | 8cf47eede0509fe9a130ee37f5640747e3725881 | |
parent | Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from seeing CVS/,... (diff) | |
download | bugzilla-ce5b09540e0244100b19a41479c1e54ee107b7c3.tar.gz bugzilla-ce5b09540e0244100b19a41479c1e54ee107b7c3.tar.bz2 bugzilla-ce5b09540e0244100b19a41479c1e54ee107b7c3.zip |
Bump version number for 3.2.6.
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index dcf902620..e587ce4de 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.5+"; +use constant BUGZILLA_VERSION => "3.2.6"; # 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 7495c6072..836f1cd1f 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -33,10 +33,10 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "3.2.5"> +<!ENTITY bz-ver "3.2.6"> <!ENTITY bz-nextver "3.4"> -<!ENTITY bz-date "2009-09-11"> -<!ENTITY current-year "2009"> +<!ENTITY bz-date "2010-01-31"> +<!ENTITY current-year "2010"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> |