Page MenuHomePhabricator
Paste P7188

1.31.0-rc.2 tag
ArchivedPublic

Authored by demon on May 30 2018, 6:32 PM.
Tags
None
Referenced Files
F18618564: 1.31.0-rc.2 tag
May 30 2018, 6:32 PM
Subscribers
None
chad@derpy ~/git/mw/core (REL1_31) $ git show 1.31.0-rc.2
tag 1.31.0-rc.2
Tagger: Chad Horohoe <chadh@wikimedia.org>
Date: Wed May 30 11:31:36 2018 -0700
1.31.0-rc.2, being the second (heh) release candidate
-----BEGIN PGP SIGNATURE-----
Comment: Chad
iQEzBAABCgAdFiEEQbKr6Bet0+Ur2pRvcrwcXSMQf4oFAlsO7ggACgkQcrwcXSMQ
f4p+OQf+O7bvdkw1szQ/zs6/tZXlTGIo/KldZgPIUEIQSEevfqCy2613C3F6kxSB
G1W2eCYY9IW+Hcyde8e7W0kEfNIBf+J4RKxg0BU9iad7IEpU+PiQXO5BYCnYaMTJ
2XFg0cQ1ROmHDLmJEwDBy3dTuLpj9GjiMgRscvNjXbi+4OsA7JAcFl4FmLLuUZ4+
CZvlMkXsE5n84DzVaE3Pnnlg8PtqaI60iL2SAjRq8F363mtRTOZWm7b6GsF7bfB1
qh1CRjRGKteOKzUcZiefICdK64NJXlnLWOVgvaeKPA+V3+5o72cgVcS3yZDCl+ts
p05iRSm0CSfBH1sZBwN084W7wuqwNA==
=S/7X
-----END PGP SIGNATURE-----
commit 362a962c8db517f435843af45f0747ead6878252 (HEAD -> REL1_31, tag: 1.31.0-rc.2, origin/REL1_31)
Author: Chad Horohoe <chadh@wikimedia.org>
Date: Wed May 30 11:00:05 2018 -0700
Bump version from rc.0 to rc.2
Should've been bumped awhile ago to rc.1, meaning the rc.1
tag had the wrong version number. Rather than re-issue the
tag, we'll just move forward and not bother with rc.1
Change-Id: Ie89caf3826c35c3a15fe1390c4caec1f8b7d19cc
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index ed88859d7e..2dad6c537b 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -71,7 +71,7 @@ $wgConfigRegistry = [
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.31.0-rc.0';
+$wgVersion = '1.31.0-rc.2';
/**
* Name of the site. It must be changed in LocalSettings.php