From: Dave Lawrence Date: Tue, 13 Nov 2012 23:29:10 +0000 (-0500) Subject: Bump version post-release X-Git-Tag: bugzilla-4.2.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442d6df4683b7219738bb799a3650dd8b9c8431f;p=thirdparty%2Fbugzilla.git Bump version post-release https://bugzilla.mozilla.org/show_bug.cgi?id=805644 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2a21149b7b..8056706b1e 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.4"; +use constant BUGZILLA_VERSION => "4.2.4+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';