diff options
author | 2009-02-03 01:26:37 +0000 | |
---|---|---|
committer | 2009-02-03 01:26:37 +0000 | |
commit | c7dbaebb283ac097c8a4654f12db3975880e056a (patch) | |
tree | c59f1db42a0ff69d44d19fd00c77f7411b26a6c8 | |
parent | Bump version number for 3.0.7. (diff) | |
download | bugzilla-c7dbaebb283ac097c8a4654f12db3975880e056a.tar.gz bugzilla-c7dbaebb283ac097c8a4654f12db3975880e056a.tar.bz2 bugzilla-c7dbaebb283ac097c8a4654f12db3975880e056a.zip |
Bump 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 0a51a46aa..2eddf0dc4 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.7"; +use constant BUGZILLA_VERSION => "3.0.7+"; # # ControlMap constants for group_control_map. |