Yaron Koren has uploaded a new change for review. https://gerrit.wikimedia.org/r/293539
Change subject: Version 2.0.2 ...................................................................... Version 2.0.2 Change-Id: I53a700d26702c0b9a3197033323fbffa25dbbc06 --- M INSTALL M SemanticDrilldown.php 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticDrilldown refs/changes/39/293539/1 diff --git a/INSTALL b/INSTALL index e3d512c..bc4ae14 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -[[Semantic Drilldown 2.0.1]] +[[Semantic Drilldown 2.0.2]] Contents: * Disclaimer diff --git a/SemanticDrilldown.php b/SemanticDrilldown.php index 42f86ee..18f77d3 100644 --- a/SemanticDrilldown.php +++ b/SemanticDrilldown.php @@ -17,7 +17,7 @@ } // Define extension's version -define( 'SD_VERSION', '2.0.1' ); +define( 'SD_VERSION', '2.0.2' ); // Display extension's information on "Special:Version" $wgExtensionCredits['semantic'][] = array( -- To view, visit https://gerrit.wikimedia.org/r/293539 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I53a700d26702c0b9a3197033323fbffa25dbbc06 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticDrilldown Gerrit-Branch: master Gerrit-Owner: Yaron Koren <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
