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

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