Reedy has submitted this change and it was merged. Change subject: Fix $wgVersion to 1.22wmf3 ......................................................................
Fix $wgVersion to 1.22wmf3 Change-Id: I276507e9b667ae25d2e5b6c24f7cf6ecda019761 --- M includes/DefaultSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Reedy: Verified; Looks good to me, approved diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6dec645..20b3f33 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -63,7 +63,7 @@ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.22alpha'; +$wgVersion = '1.22wmf3'; /** * Name of the site. It must be changed in LocalSettings.php -- To view, visit https://gerrit.wikimedia.org/r/61485 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I276507e9b667ae25d2e5b6c24f7cf6ecda019761 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.22wmf3 Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
