From: Dave Lawrence Date: Wed, 22 Feb 2012 15:46:48 +0000 (-0500) Subject: Bumped version number post-release X-Git-Tag: bugzilla-4.2.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4237f6477c752bd0dc935d51b9cdddc170199001;p=thirdparty%2Fbugzilla.git Bumped version number post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 85575e2202..4f31a4e737 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2"; +use constant BUGZILLA_VERSION => "4.2+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';