From: Dave Lawrence Date: Mon, 27 Jan 2014 21:04:56 +0000 (+0000) Subject: Bump version to 4.5.2 X-Git-Tag: bugzilla-4.5.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff5a184787bc9992d39b368fb32818b45d8db4c;p=thirdparty%2Fbugzilla.git Bump version to 4.5.2 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index de045273b7..2f9838d0dd 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -193,7 +193,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.1+"; +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';