diff options
author | mkanat%bugzilla.org <> | 2006-07-10 09:36:08 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-07-10 09:36:08 +0200 |
commit | d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3 (patch) | |
tree | d46e7a658614ffccd89d9ef8ec98ff1bacc82c0d | |
parent | 3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3 (diff) | |
download | bugzilla-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.tar.gz bugzilla-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.tar.xz |
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 e88f393e4..8a57b343a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -116,7 +116,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "2.23.2"; +use constant BUGZILLA_VERSION => "2.23.2+"; # # ControlMap constants for group_control_map. |