From: Dave Lawrence Date: Tue, 28 Jan 2014 00:22:53 +0000 (+0000) Subject: Bumped version post-release X-Git-Tag: bugzilla-4.5.3~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d78ee7f85da9286fb4a53b7ae9d7d6a07d4f24a;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2f9838d0dd..7154d45361 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -193,7 +193,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.2"; +use constant BUGZILLA_VERSION => "4.5.2+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';