jenkins-bot has submitted this change and it was merged.

Change subject: Rename SG_VERSION
......................................................................


Rename SG_VERSION

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

Approvals:
  Tpt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/SemanticGenealogy.php b/SemanticGenealogy.php
index 874616c..91d1829 100644
--- a/SemanticGenealogy.php
+++ b/SemanticGenealogy.php
@@ -36,7 +36,9 @@
        die( '<b>Error:</b> This version of Semantic Genealogy requires 
Semantic MediaWiki 1.7 or above.' );
 }
 
-define( 'SG_VERSION', '0.2.0 alpha' );
+if ( !defined('SG_VERSION') ) {
+       define( 'SG_VERSION', '0.2.0-alpha' );
+}
 
 $wgExtensionCredits['semantic'][] = array(
        'path' => __FILE__,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0cdfcccf99fc3cf0604d82bd4c1f6dddaae798ce
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/SemanticGenealogy
Gerrit-Branch: master
Gerrit-Owner: MtDu <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Tpt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to