From: Max Kanat-Alexander Date: Mon, 14 Mar 2011 07:24:45 +0000 (-0700) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-4.1.2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c757f18eb3950dac2badb71d4c821401faec5f3a;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index f2b5dc47f7..d22058d0f1 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -199,7 +199,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.1.1"; +use constant BUGZILLA_VERSION => "4.1.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