diff options
author | mkanat%bugzilla.org <> | 2008-08-12 14:56:43 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-08-12 14:56:43 +0000 |
commit | 51202b4aa78b6f0a3cc27ccf9e31cf7603ea8d53 (patch) | |
tree | e99f4d7eb6e99f6b023ebabb92eae1ffd8bcb820 | |
parent | Bug 437169: [SECURITY] Local files on the server can be attached to a bug (ma... (diff) | |
download | bugzilla-51202b4aa78b6f0a3cc27ccf9e31cf7603ea8d53.tar.gz bugzilla-51202b4aa78b6f0a3cc27ccf9e31cf7603ea8d53.tar.bz2 bugzilla-51202b4aa78b6f0a3cc27ccf9e31cf7603ea8d53.zip |
Bump the version number for 3.0.5.release-3.0.5bugzilla-3.0.5
-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 8a4b74d29..cc2106bc2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -147,7 +147,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.0.4+"; +use constant BUGZILLA_VERSION => "3.0.5"; # # ControlMap constants for group_control_map. |