From: Dave Lawrence Date: Thu, 26 Jul 2012 22:46:12 +0000 (-0400) Subject: Bumped version post release X-Git-Tag: bugzilla-4.2.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d6091eadb373ed11ed67ddf30821698c2cec9f;p=thirdparty%2Fbugzilla.git Bumped version post release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 8d1f80af33..cffb895cf1 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.2"; +use constant BUGZILLA_VERSION => "4.2.2+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';