From: Max Kanat-Alexander Date: Sat, 6 Aug 2011 00:14:25 +0000 (-0700) Subject: Bump version number post-release. X-Git-Tag: bugzilla-4.2rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e002b3fdae068007cfe20c0ae6f598489161ea48;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 7b93fba038..5c9fecc579 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.3"; +use constant BUGZILLA_VERSION => "4.1.3+"; # 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