diff options
author | 2012-01-31 18:48:27 -0500 | |
---|---|---|
committer | 2012-01-31 18:48:27 -0500 | |
commit | 3a155e9e922ff02803cc07f77a87e26508fa6a71 (patch) | |
tree | 04e6877ad2ab01f524fbf4a2017e5f16a244a6cf /Bugzilla | |
parent | Bumped to version 3.6.8 (diff) | |
download | bugzilla-3a155e9e922ff02803cc07f77a87e26508fa6a71.tar.gz bugzilla-3a155e9e922ff02803cc07f77a87e26508fa6a71.tar.bz2 bugzilla-3a155e9e922ff02803cc07f77a87e26508fa6a71.zip |
Bump the 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 43ade8897..33509c009 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.8"; +use constant BUGZILLA_VERSION => "3.6.8+"; # 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 |