From: Max Kanat-Alexander Date: Tue, 25 Jan 2011 01:48:52 +0000 (-0800) Subject: Bump the version number post-release. X-Git-Tag: bugzilla-3.4.11~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb235c5e8674a8a7cf82449a19b53490f6e33b7c;p=thirdparty%2Fbugzilla.git Bump the version number post-release. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ca631452a2..6bd68b44bd 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.10"; +use constant BUGZILLA_VERSION => "3.4.10+"; # 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