From: Dave Lawrence Date: Wed, 18 Apr 2012 22:29:24 +0000 (-0700) Subject: Bumping the version post-release X-Git-Tag: bugzilla-4.2.2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=171ea61c9929ce12b5bf7988ed1c87183dbb1538;p=thirdparty%2Fbugzilla.git Bumping the version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index d4f18a6049..01d555b7a9 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.1"; +use constant BUGZILLA_VERSION => "4.2.1+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';