From: Max Kanat-Alexander Date: Thu, 28 Apr 2011 03:51:37 +0000 (-0700) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-4.1.3~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42aa2034747b7847409c91bfd79f7e976e220801;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6b8c817439..bfa0d22def 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.2"; +use constant BUGZILLA_VERSION => "4.1.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