From: Dave Miller Date: Fri, 6 Sep 2024 07:20:48 +0000 (-0400) Subject: bump version to 4.4.14+ post-release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F4.4;p=thirdparty%2Fbugzilla.git bump version to 4.4.14+ post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ae9e8da55..a76a3621e 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -182,7 +182,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.4.14"; +use constant BUGZILLA_VERSION => "4.4.14+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';