r93505 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93504‎ | r93505 | r93506 >
Date:01:19, 30 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
1.6 release
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -1,7 +1,9 @@
22 For a documentation of all features, see http://semantic-mediawiki.org
33
4 -== SMW 1.6.0 ==
 4+== SMW 1.6 ==
55
 6+Released on July 30, 2011.
 7+
68 * Full support for synchronizing RDF stores with SMW, and for answering #ask
79 queries based on this data. The communication happens via SPARQL (1.1), and
810 all SPARQL-capable stores should be supported. The following settings are
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.6-light RC1' );
 18+define( 'SMW_VERSION', '1.6-light' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -8,7 +8,7 @@
99 */
1010
1111 // The SMW version number.
12 -define( 'SMW_VERSION', '1.6 RC1' );
 12+define( 'SMW_VERSION', '1.6' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );