]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.5.6 bugzilla-4.5.6 release-4.5.6
authorDavid Lawrence <dkl@mozilla.com>
Mon, 6 Oct 2014 15:27:53 +0000 (15:27 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 6 Oct 2014 15:27:53 +0000 (15:27 +0000)
Bugzilla/Constants.pm

index 97f4874b5dc3c1dbe473babe951d8054b37cd776..24be4910a7af996db83f7fd8b7ebca2787d8930c 100644 (file)
@@ -202,7 +202,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.5.5+";
+use constant BUGZILLA_VERSION => "4.5.6";
 
 # 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.