diff options
author | mkanat%bugzilla.org <> | 2009-02-02 23:30:43 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-02 23:30:43 +0000 |
commit | ecdf8a767adcab8b08edd889bac5ba20d715ebff (patch) | |
tree | beb3dacc08334a7d140f432975121210a3e2ea5b | |
parent | The release notes had an incorrect URL for the Security Advisory. (diff) | |
download | bugzilla-release-3.0.7.tar.gz bugzilla-release-3.0.7.tar.bz2 bugzilla-release-3.0.7.zip |
Bump version number for 3.0.7.release-3.0.7bugzilla-3.0.7
-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 04b6f572e..0a51a46aa 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.6+"; +use constant BUGZILLA_VERSION => "3.0.7"; # # ControlMap constants for group_control_map. |