From: David Lawrence Date: Mon, 21 Apr 2014 21:02:37 +0000 (+0000) Subject: Bumped versiion post-release X-Git-Tag: bugzilla-4.5.5~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f56bd9112c2e930fb5bdbee3b5c89334de5247;p=thirdparty%2Fbugzilla.git Bumped versiion post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 0872ef70c8..8b980c0b13 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -196,7 +196,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.4"; +use constant BUGZILLA_VERSION => "4.5.4+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';