diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-01-24 15:35:12 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-01-24 15:35:12 -0800 |
commit | f30c63ac62ef2b43e09f1fb1fd081f54deb3b727 (patch) | |
tree | dcb24a2a5dd473bdbb3e444f9a535702bff90361 | |
parent | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of (diff) | |
download | bugzilla-release-3.4.10.tar.gz bugzilla-release-3.4.10.tar.bz2 bugzilla-release-3.4.10.zip |
Bump version number for 3.4.10.release-3.4.10bugzilla-3.4.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 f8de82886..ca631452a 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.9+"; +use constant BUGZILLA_VERSION => "3.4.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 05f004f5c..1e0364a26 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.4.9"> +<!ENTITY bz-ver "3.4.10"> <!ENTITY bz-nextver "3.6"> -<!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.4-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> |