diff options
author | mkanat%bugzilla.org <> | 2009-11-05 19:09:18 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-05 19:09:18 +0100 |
commit | fc0f80b2ca854bf6142ee164d34c3028f2fc470d (patch) | |
tree | 8ebe6ad1836c47175a60293823df7170df9fe06b /Bugzilla | |
parent | 7dbdd8c1cb4d671644a3610fc9d3670e84230f5e (diff) | |
download | bugzilla-fc0f80b2ca854bf6142ee164d34c3028f2fc470d.tar.gz bugzilla-fc0f80b2ca854bf6142ee164d34c3028f2fc470d.tar.xz |
Bump version number post-release.
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 c7db757ad..6c2e648bf 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.1"; +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 |