diff options
author | mkanat%bugzilla.org <> | 2006-07-10 06:29:24 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-07-10 06:29:24 +0000 |
commit | 3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3 (patch) | |
tree | 2753644df31e8a6bebb322a2e99086b074e971ac /Bugzilla | |
parent | cdc7464e8802b5e1c9fd2f80dd29f36e20ac9774 (diff) | |
download | bugs-3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3.tar bugs-3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3.tar.gz bugs-3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3.tar.bz2 bugs-3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3.tar.xz bugs-3a63c24b0c97d36f408fcb37ff5c6a330fd1edf3.zip |
Bump version number for release of 2.23.2.
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 d8b70b8f2..e88f393e4 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.1+"; +use constant BUGZILLA_VERSION => "2.23.2"; # # ControlMap constants for group_control_map. |