From: mkanat%bugzilla.org <> Date: Wed, 13 Aug 2008 00:28:59 +0000 (+0000) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-3.2rc2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbfbe77098369ba8893b1cba04da816fe71afb2;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 4746b72b3c..7282800043 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -156,7 +156,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.2rc1"; +use constant BUGZILLA_VERSION => "3.2rc1+"; # 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