diff options
author | 2012-08-30 16:23:15 -0400 | |
---|---|---|
committer | 2012-08-30 16:23:15 -0400 | |
commit | ea9c4293663ae61c9d7e2c6d9ee063774a3ca732 (patch) | |
tree | 66c093887d98154161bfadbc5de26f4d803e7cc3 /Bugzilla | |
parent | Bump version to 3.6.11 (diff) | |
download | bugzilla-ea9c4293663ae61c9d7e2c6d9ee063774a3ca732.tar.gz bugzilla-ea9c4293663ae61c9d7e2c6d9ee063774a3ca732.tar.bz2 bugzilla-ea9c4293663ae61c9d7e2c6d9ee063774a3ca732.zip |
Bumped version 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 7a03e4c83..56aee0bca 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -180,7 +180,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.6.11"; +use constant BUGZILLA_VERSION => "3.6.11+"; # 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 |