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

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