From: Dave Lawrence Date: Thu, 30 Aug 2012 20:25:39 +0000 (-0400) Subject: Bumped version post-release X-Git-Tag: bugzilla-4.4rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d198464bd0d448c5fcc9901400bb3f5d7b793ad9;p=thirdparty%2Fbugzilla.git Bumped version post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index c2d3895ab2..39dfc6f5b2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.3.3"; +use constant BUGZILLA_VERSION => "4.3.3+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';