diff options
author | 2011-04-27 20:52:44 -0700 | |
---|---|---|
committer | 2011-04-27 20:52:44 -0700 | |
commit | 53df9bd89320011f285e4562f3d3e77ef15c8c3c (patch) | |
tree | 18ab12e164942a793bd4b2ffe755b54b2a245e17 | |
parent | Bump version number for 3.4.11. (diff) | |
download | bugzilla-53df9bd89320011f285e4562f3d3e77ef15c8c3c.tar.gz bugzilla-53df9bd89320011f285e4562f3d3e77ef15c8c3c.tar.bz2 bugzilla-53df9bd89320011f285e4562f3d3e77ef15c8c3c.zip |
Bump the version number post-release.
-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 00cd9b95e..74023b6ef 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -172,7 +172,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.4.11"; +use constant BUGZILLA_VERSION => "3.4.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 |