From: Max Kanat-Alexander Date: Tue, 9 Mar 2010 17:59:30 +0000 (-0800) Subject: Bump version number post-release. X-Git-Tag: bugzilla-3.4.7~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12fc5378890c608ec8281ce03eece31453fe6335;p=thirdparty%2Fbugzilla.git Bump version number post-release. --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 04aeacf6bd..ebf3481eff 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -170,7 +170,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.4.6"; +use constant BUGZILLA_VERSION => "3.4.6+"; # 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