diff options
author | 2011-01-24 15:40:34 -0800 | |
---|---|---|
committer | 2011-01-24 15:40:34 -0800 | |
commit | 9614d1af71a43e5e0c8329bd059f0b2cfbf039a7 (patch) | |
tree | b6ecdfce3a6905d0c24a3a67602ff69aceafb543 | |
parent | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of (diff) | |
download | bugzilla-3.2.10.tar.gz bugzilla-3.2.10.tar.bz2 bugzilla-3.2.10.zip |
Bump the version number for 3.2.10.release-3.2.10bugzilla-3.2.10
-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 367376224..e775a585b 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -160,7 +160,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.2.9+"; +use constant BUGZILLA_VERSION => "3.2.10"; # 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 eddced570..04c6e28a7 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.9"> +<!ENTITY bz-ver "3.2.10"> <!ENTITY bz-nextver "3.4"> -<!ENTITY bz-date "2010-11-02"> -<!ENTITY current-year "2010"> +<!ENTITY bz-date "2011-01-24"> +<!ENTITY current-year "2011"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> |