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

Revision: 70112
Author:   jeroendedauw
Date:     2010-07-28 21:22:23 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
Incremented version number to 0.6.6

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/INSTALL
    trunk/extensions/SemanticMaps/SemanticMaps.php

Modified: trunk/extensions/SemanticMaps/INSTALL
===================================================================
--- trunk/extensions/SemanticMaps/INSTALL       2010-07-28 21:22:20 UTC (rev 
70111)
+++ trunk/extensions/SemanticMaps/INSTALL       2010-07-28 21:22:23 UTC (rev 
70112)
@@ -1,4 +1,4 @@
-[[Semantic Maps 0.6.5]]
+[[Semantic Maps 0.6.6]]
 
 Make sure you have Semantic MediaWiki, Maps and Validator successfully 
installed before proceeding
 withthe installation. Semantic Maps and Maps are always released together. 
This means you should

Modified: trunk/extensions/SemanticMaps/SemanticMaps.php
===================================================================
--- trunk/extensions/SemanticMaps/SemanticMaps.php      2010-07-28 21:22:20 UTC 
(rev 70111)
+++ trunk/extensions/SemanticMaps/SemanticMaps.php      2010-07-28 21:22:23 UTC 
(rev 70112)
@@ -35,7 +35,7 @@
 
 // Only initialize the extension when all dependencies are present.
 if ( defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' ) ) {
-       define( 'SM_VERSION', '0.6.5' );
+       define( 'SM_VERSION', '0.6.6 alpha' );
 
        $useExtensionPath = version_compare( $wgVersion, '1.16', '>=' ) && 
isset( $wgExtensionAssetsPath ) && $wgExtensionAssetsPath;
        $smgScriptPath  = ( $useExtensionPath ? $wgExtensionAssetsPath : 
$wgScriptPath . '/extensions' ) . '/SemanticMaps';     



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

Reply via email to