From: David Lawrence Date: Thu, 24 Jul 2014 21:36:37 +0000 (+0000) Subject: Bump version post-release X-Git-Tag: bugzilla-4.5.6~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0f44b7fb73e9af0cdaefe8f5ff617f14fec2ed;p=thirdparty%2Fbugzilla.git Bump version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2f0e657d00..2009fbcfbb 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -197,7 +197,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.5"; +use constant BUGZILLA_VERSION => "4.5.5+"; # A base link to the current REST Documentation. We place it here # as it will need to be updated to whatever the current release is.