MtDu has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/266066

Change subject: Rename SG_VERSION as a constant
......................................................................

Rename SG_VERSION as a constant

Bug: T70703
Change-Id: I0cdfcccf99fc3cf0604d82bd4c1f6dddaae798ce
---
M SemanticGenealogy.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticGenealogy 
refs/changes/66/266066/1

diff --git a/SemanticGenealogy.php b/SemanticGenealogy.php
index 874616c..c3e35bb 100644
--- a/SemanticGenealogy.php
+++ b/SemanticGenealogy.php
@@ -36,12 +36,10 @@
        die( '<b>Error:</b> This version of Semantic Genealogy requires 
Semantic MediaWiki 1.7 or above.' );
 }
 
-define( 'SG_VERSION', '0.2.0 alpha' );
-
 $wgExtensionCredits['semantic'][] = array(
        'path' => __FILE__,
        'name' => 'Semantic Genealogy',
-       'version' => SG_VERSION,
+       'version' => "1.2.0-alpha",
        'author' => array(
                '[http://www.mediawiki.org/wiki/User:Tpt Tpt]'
        ),

-- 
To view, visit https://gerrit.wikimedia.org/r/266066
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cdfcccf99fc3cf0604d82bd4c1f6dddaae798ce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticGenealogy
Gerrit-Branch: master
Gerrit-Owner: MtDu <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to