]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.5.5 bugzilla-4.5.5 release-4.5.5
authorDavid Lawrence <dkl@mozilla.com>
Thu, 24 Jul 2014 17:46:00 +0000 (17:46 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 24 Jul 2014 17:46:00 +0000 (17:46 +0000)
Bugzilla/Constants.pm

index d22eed063c9026f6b9e532a83fcd41c6bd300e57..2f0e657d0069afdc74be407311ee6ddd98b58cb8 100644 (file)
@@ -197,7 +197,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.5.4+";
+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.