From: David Lawrence Date: Thu, 17 Apr 2014 21:19:23 +0000 (+0000) Subject: Bumped version post-release X-Git-Tag: bugzilla-4.5.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536c249571764b257723739f496ea8cc92f2b50a;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 4461e285f4..a2c89bf4c8 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -196,7 +196,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.3"; +use constant BUGZILLA_VERSION => "4.5.3+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';