diff options
| author | mkanat%bugzilla.org <> | 2006-07-10 07:36:08 +0000 |
|---|---|---|
| committer | mkanat%bugzilla.org <> | 2006-07-10 07:36:08 +0000 |
| commit | d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3 (patch) | |
| tree | d46e7a658614ffccd89d9ef8ec98ff1bacc82c0d /Bugzilla | |
| parent | 3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3 (diff) | |
| download | bugs-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.tar bugs-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.tar.gz bugs-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.tar.bz2 bugs-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.tar.xz bugs-d2b1cf441d3de151e8e049e5f7a900eb3c8d52f3.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 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. |
