Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php |
— | — | @@ -9,14 +9,14 @@ |
10 | 10 | |
11 | 11 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | 12 | |
13 | | -define( 'SIO_VERSION', '0.6.6' ); |
| 13 | +define( 'SIO_VERSION', '0.6.7' ); |
14 | 14 | |
15 | 15 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
16 | 16 | 'path' => __FILE__, |
17 | 17 | 'name' => 'Semantic Internal Objects', |
18 | | - 'version' => SIO_VERSION, |
19 | | - 'author' => 'Yaron Koren', |
20 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects', |
| 18 | + 'version' => SIO_VERSION, |
| 19 | + 'author' => 'Yaron Koren', |
| 20 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects', |
21 | 21 | 'descriptionmsg' => 'semanticinternalobjects-desc', |
22 | 22 | ); |
23 | 23 | |
Index: trunk/extensions/SemanticInternalObjects/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Semantic Internal Objects Extension |
3 | 3 | |
4 | | - Version 0.6.6 |
| 4 | + Version 0.6.7 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |