diff options
author | mkanat%bugzilla.org <> | 2009-03-31 01:49:34 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-03-31 01:49:34 +0200 |
commit | 935959aeb2d99d7b4c9899410c1cc80c907c629f (patch) | |
tree | d28a7586c4b7d5d2219a2e94195f067baa90da93 | |
parent | 046d3a48fdf83496fd352ee51b7c836d7e69a313 (diff) | |
download | bugzilla-935959aeb2d99d7b4c9899410c1cc80c907c629f.tar.gz bugzilla-935959aeb2d99d7b4c9899410c1cc80c907c629f.tar.xz |
Change trunk version number to 3.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 9f3fcfabd..858464542 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -168,7 +168,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.3.3+"; +use constant BUGZILLA_VERSION => "3.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 954c073ce..d29a03079 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.3.3"> +<!ENTITY bz-ver "3.5"> <!ENTITY bz-nextver "3.4"> -<!ENTITY bz-date "2009-02-03"> +<!ENTITY bz-date "2009-03-30"> <!ENTITY current-year "2009"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/"> |