diff options
author | mkanat%bugzilla.org <> | 2006-10-15 19:11:42 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-10-15 19:11:42 +0200 |
commit | bd26b3faae1d11dc683a826fc0483104d1671aff (patch) | |
tree | f80ea07e12b5f700e4ef8fb7fe4e844dbf020e1d /Bugzilla | |
parent | 10ed3632507ab51b5bc5ac1656881ffa7edc88b4 (diff) | |
download | bugzilla-bd26b3faae1d11dc683a826fc0483104d1671aff.tar.gz bugzilla-bd26b3faae1d11dc683a826fc0483104d1671aff.tar.xz |
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 ff79d9c6a..5f3b6bc75 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -132,7 +132,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "2.23.3"; +use constant BUGZILLA_VERSION => "2.23.3+"; # # ControlMap constants for group_control_map. |