diff options
author | mkanat%bugzilla.org <> | 2008-05-05 07:53:15 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-05-05 07:53:15 +0000 |
commit | 795028a2019b99961bc76c8441e731d2dae0c402 (patch) | |
tree | e8a587ec3182397b65b6c23dc130f7c01b917755 | |
parent | Bump version number for 3.0.4 release. (diff) | |
download | bugzilla-795028a2019b99961bc76c8441e731d2dae0c402.tar.gz bugzilla-795028a2019b99961bc76c8441e731d2dae0c402.tar.bz2 bugzilla-795028a2019b99961bc76c8441e731d2dae0c402.zip |
Bump the 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 a2144bfae..8a4b74d29 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.4+"; # # ControlMap constants for group_control_map. |