]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version post-release
authorDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 19:25:31 +0000 (14:25 -0500)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 19:25:31 +0000 (14:25 -0500)
Bugzilla/Constants.pm

index a3fd069912d63de5c7a31bfe3e8c18543f9ce816..d7562f5081b7b20fc76499d37fff3a86ef080c7a 100644 (file)
@@ -209,7 +209,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.1.2";
+use constant BUGZILLA_VERSION => "5.1.2+";
 
 # 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.