Chad has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/365047 )
Change subject: Bump version number for 1.29.0 ...................................................................... Bump version number for 1.29.0 Change-Id: Iac58039fd4624ccf9b44baf359d6304264494ea7 --- M RELEASE-NOTES-1.29 M includes/DefaultSettings.php 2 files changed, 1 insertion(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/47/365047/1 diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29 index 913d9f2..fb94166 100644 --- a/RELEASE-NOTES-1.29 +++ b/RELEASE-NOTES-1.29 @@ -1,10 +1,5 @@ == MediaWiki 1.29 == -THIS IS NOT A RELEASE YET - -MediaWiki 1.29 is an alpha-quality branch and is not recommended for use in -production. - === Configuration changes in 1.29 === * Default cookie expiration time has been reduced to 30 days. Login cookie expiration time is kept at 180 days. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ede5fba..53380d1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -75,7 +75,7 @@ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.29.0-rc.1'; +$wgVersion = '1.29.0'; /** * Name of the site. It must be changed in LocalSettings.php -- To view, visit https://gerrit.wikimedia.org/r/365047 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac58039fd4624ccf9b44baf359d6304264494ea7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_29 Gerrit-Owner: Chad <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
