diff options
author | mkanat%bugzilla.org <> | 2009-11-05 13:26:47 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-05 13:26:47 +0100 |
commit | fd459fa26063e2c2fde6a4ea488749c5e1dc9eb8 (patch) | |
tree | f9aedd72bff6b927f0da33fd642d0ea699c01288 /Bugzilla | |
parent | d5538659b71f7b2b6ea92b59714c7fb1f3d6c183 (diff) | |
download | bugzilla-fd459fa26063e2c2fde6a4ea488749c5e1dc9eb8.tar.gz bugzilla-fd459fa26063e2c2fde6a4ea488749c5e1dc9eb8.tar.xz |
Bump version number for 3.5.1.
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 5691df900..c7db757ad 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -171,7 +171,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.5"; +use constant BUGZILLA_VERSION => "3.5.1"; # 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 |