Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | For a documentation of all features, see http://semantic-mediawiki.org |
3 | 3 | |
4 | | -== SMW 1.6.0 == |
| 4 | +== SMW 1.6 == |
5 | 5 | |
| 6 | +Released on July 30, 2011. |
| 7 | + |
6 | 8 | * Full support for synchronizing RDF stores with SMW, and for answering #ask |
7 | 9 | queries based on this data. The communication happens via SPARQL (1.1), and |
8 | 10 | all SPARQL-capable stores should be supported. The following settings are |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * @ingroup SMW |
16 | 16 | */ |
17 | 17 | |
18 | | -define( 'SMW_VERSION', '1.6-light RC1' ); |
| 18 | +define( 'SMW_VERSION', '1.6-light' ); |
19 | 19 | |
20 | 20 | require_once( 'SMW_GlobalFunctions.php' ); |
21 | 21 | |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | |
11 | 11 | // The SMW version number. |
12 | | -define( 'SMW_VERSION', '1.6 RC1' ); |
| 12 | +define( 'SMW_VERSION', '1.6' ); |
13 | 13 | |
14 | 14 | // A flag used to indicate SMW defines a semantic extension type for extension crdits. |
15 | 15 | define( 'SEMANTIC_EXTENSION_TYPE', true ); |