From: Dave Lawrence Date: Thu, 29 Dec 2011 17:56:04 +0000 (-0500) Subject: Bump the version number post-release X-Git-Tag: bugzilla-3.4.14~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f9da73f442df5c758c1c4707fc2dfc8ebf649e8;p=thirdparty%2Fbugzilla.git Bump the version number post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ab9272ab1b..f891d668c8 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -172,7 +172,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.4.13"; +use constant BUGZILLA_VERSION => "3.4.13+"; # 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