diff options
author | mkanat%bugzilla.org <> | 2009-02-03 10:40:17 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-03 10:40:17 +0000 |
commit | 7489dcdfb6ad4315342290b4dd041701eba2d88a (patch) | |
tree | 84e267997fd2f13c7c4fed25c2867fb0949d2468 | |
parent | Bump version number for 3.0.8. (diff) | |
download | bugzilla-7489dcdfb6ad4315342290b4dd041701eba2d88a.tar.gz bugzilla-7489dcdfb6ad4315342290b4dd041701eba2d88a.tar.bz2 bugzilla-7489dcdfb6ad4315342290b4dd041701eba2d88a.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 1104f16f5..c37bd6699 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.8"; +use constant BUGZILLA_VERSION => "3.0.8+"; # # ControlMap constants for group_control_map. |