X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fupdate.php;h=fe405364c9063af8cbe8781c45d95abe5c4bd213;hp=b6c7ae473b1861e4b4f58e30b53dcbe5edfbdc2f;hb=e73328601d51674e8fef89c3db12b30ceafd702f;hpb=3599ce72b0fe2594bd3ae8c902555040b8a91d28 diff --git a/maintenance/update.php b/maintenance/update.php index b6c7ae473b..fe405364c9 100755 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -123,6 +123,10 @@ class UpdateMediaWiki extends Maintenance { $this->output( "MediaWiki {$wgVersion} Updater\n\n" ); + foreach ( SpecialVersion::getSoftwareInformation() as $name => $version ) { + $this->output( "{$name}: {$version}\n" ); + } + wfWaitForSlaves(); if ( !$this->hasOption( 'skip-compat-checks' ) ) {