diff options
author | mkanat%bugzilla.org <> | 2009-11-05 18:11:50 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-05 18:11:50 +0000 |
commit | 8b9824af4f25318cfea3b76e725321c9e80e5202 (patch) | |
tree | a5fed183ed3c4f8bdd70893bfa5b3d01191fb5ea | |
parent | Bump version number for 3.0.10. (diff) | |
download | bugzilla-8b9824af4f25318cfea3b76e725321c9e80e5202.tar.gz bugzilla-8b9824af4f25318cfea3b76e725321c9e80e5202.tar.bz2 bugzilla-8b9824af4f25318cfea3b76e725321c9e80e5202.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 1007f87a0..1ba7ded88 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.10"; +use constant BUGZILLA_VERSION => "3.0.10+"; # # ControlMap constants for group_control_map. |