diff options
author | mkanat%bugzilla.org <> | 2009-02-03 10:39:57 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-03 10:39:57 +0000 |
commit | c322d682f2f6b982545b68f9997b918a1d35e0b9 (patch) | |
tree | d1947e24480b2b258516c653f9cc3cef7663b6b8 | |
parent | Bump version number for 3.2.2. (diff) | |
download | bugzilla-c322d682f2f6b982545b68f9997b918a1d35e0b9.tar.gz bugzilla-c322d682f2f6b982545b68f9997b918a1d35e0b9.tar.bz2 bugzilla-c322d682f2f6b982545b68f9997b918a1d35e0b9.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 5d30c051f..c53496350 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.2"; +use constant BUGZILLA_VERSION => "3.2.2+"; # 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 |