]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.1.2 release-5.1.2
authorDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 16:52:46 +0000 (11:52 -0500)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 16:52:46 +0000 (11:52 -0500)
Bugzilla/Constants.pm

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