http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100125

Revision: 100125
Author:   yaron
Date:     2011-10-18 17:24:53 +0000 (Tue, 18 Oct 2011)
Log Message:
-----------
New version: 0.6.7

Modified Paths:
--------------
    trunk/extensions/SemanticInternalObjects/README
    trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php

Modified: trunk/extensions/SemanticInternalObjects/README
===================================================================
--- trunk/extensions/SemanticInternalObjects/README     2011-10-18 17:24:51 UTC 
(rev 100124)
+++ trunk/extensions/SemanticInternalObjects/README     2011-10-18 17:24:53 UTC 
(rev 100125)
@@ -1,6 +1,6 @@
 Semantic Internal Objects Extension
 
-        Version 0.6.6
+        Version 0.6.7
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please

Modified: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php
===================================================================
--- trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php        
2011-10-18 17:24:51 UTC (rev 100124)
+++ trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php        
2011-10-18 17:24:53 UTC (rev 100125)
@@ -9,14 +9,14 @@
 
 if ( !defined( 'MEDIAWIKI' ) ) die();
 
-define( 'SIO_VERSION', '0.6.6' );
+define( 'SIO_VERSION', '0.6.7' );
 
 $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 
'parserhook'][] = array(
        'path' => __FILE__,
        'name'  => 'Semantic Internal Objects',
-       'version'       => SIO_VERSION,
-       'author'        => 'Yaron Koren',
-       'url'   => 
'http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects',
+       'version' => SIO_VERSION,
+       'author' => 'Yaron Koren',
+       'url' => 
'http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects',
        'descriptionmsg' => 'semanticinternalobjects-desc',
 );
 


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to