diff options
author | mkanat%bugzilla.org <> | 2009-02-03 01:23:57 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-03 01:23:57 +0000 |
commit | 6b7e19143a4c79255a8b3955780cdeac5e73d9e3 (patch) | |
tree | cc34cdbe6f6269157f0a9c0734e0f69b6d2f2089 | |
parent | Bump the version number for 3.2.1. (diff) | |
download | bugzilla-6b7e19143a4c79255a8b3955780cdeac5e73d9e3.tar.gz bugzilla-6b7e19143a4c79255a8b3955780cdeac5e73d9e3.tar.bz2 bugzilla-6b7e19143a4c79255a8b3955780cdeac5e73d9e3.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 242a6ef7c..aa53f475a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -158,7 +158,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.2.1"; +use constant BUGZILLA_VERSION => "3.2.1+"; # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start |