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 /Bugzilla | |
parent | 046d3a48fdf83496fd352ee51b7c836d7e69a313 (diff) | |
download | bugzilla-935959aeb2d99d7b4c9899410c1cc80c907c629f.tar.gz bugzilla-935959aeb2d99d7b4c9899410c1cc80c907c629f.tar.xz |
Change trunk version number to 3.5.
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 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 |