diff options
author | mkanat%bugzilla.org <> | 2009-09-11 17:08:12 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-09-11 17:08:12 +0000 |
commit | 77b9674ce0c67511a2fd8355cd8bb9945db40b80 (patch) | |
tree | e3c34a802db183b27e09f9a1529ad042b8cd3cc6 | |
parent | Bug 515991: Blacklist CGI 3.46 and 3.47 because CGI::Carp breaks Template Too... (diff) | |
download | bugzilla-77b9674ce0c67511a2fd8355cd8bb9945db40b80.tar.gz bugzilla-77b9674ce0c67511a2fd8355cd8bb9945db40b80.tar.bz2 bugzilla-77b9674ce0c67511a2fd8355cd8bb9945db40b80.zip |
Bump the version number for 3.2.5.release-3.2.5bugzilla-3.2.5
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 0f1ecf1fb..465f9c489 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.4+"; +use constant BUGZILLA_VERSION => "3.2.5"; # 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 6b3b1dbf9..7495c6072 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.2.4"> +<!ENTITY bz-ver "3.2.5"> <!ENTITY bz-nextver "3.4"> -<!ENTITY bz-date "2009-07-08"> +<!ENTITY bz-date "2009-09-11"> <!ENTITY current-year "2009"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/"> |