diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-06 02:14:25 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-08-06 02:14:25 +0200 |
commit | e002b3fdae068007cfe20c0ae6f598489161ea48 (patch) | |
tree | c978ac06b5a6de660d8eeb3c442c7db9d4f10663 | |
parent | 3a0affd238cd65bc8c40e316ab20663f3110cee9 (diff) | |
download | bugzilla-e002b3fdae068007cfe20c0ae6f598489161ea48.tar.gz bugzilla-e002b3fdae068007cfe20c0ae6f598489161ea48.tar.xz |
Bump 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 7b93fba03..5c9fecc57 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.3"; +use constant BUGZILLA_VERSION => "4.1.3+"; # 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 |