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

Revision: 71840
Author:   jeroendedauw
Date:     2010-08-28 01:20:24 +0000 (Sat, 28 Aug 2010)

Log Message:
-----------
Version number increment

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

Modified: trunk/extensions/SemanticMaps/INSTALL
===================================================================
--- trunk/extensions/SemanticMaps/INSTALL       2010-08-28 01:20:20 UTC (rev 
71839)
+++ trunk/extensions/SemanticMaps/INSTALL       2010-08-28 01:20:24 UTC (rev 
71840)
@@ -1,4 +1,4 @@
-[[Semantic Maps 0.6.6]]
+[[Semantic Maps 0.7]]
 
 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-08-28 01:20:20 UTC 
(rev 71839)
+++ trunk/extensions/SemanticMaps/SemanticMaps.php      2010-08-28 01:20:24 UTC 
(rev 71840)
@@ -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.6' );
+       define( 'SM_VERSION', '0.7 alpha-1' );
 
        $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