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.5.3-light rc4' ); |
| 18 | +define( 'SMW_VERSION', '1.5.3-light' ); |
19 | 19 | |
20 | 20 | require_once( 'SMW_GlobalFunctions.php' ); |
21 | 21 | |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | $wgAutoloadClasses['SMWSQLStore2Table'] = $smwgIP . 'includes/storage/SMW_SQLStore2Table.php'; |
142 | 142 | $wgAutoloadClasses['SMWSQLHelpers'] = $smwgIP . 'includes/storage/SMW_SQLHelpers.php'; |
143 | 143 | |
144 | | - // To ensure Maps remains compatible with pre 1.16. |
| 144 | + // To ensure SMW remains compatible with pre 1.16. |
145 | 145 | if ( !array_key_exists( 'Html', $wgAutoloadClasses ) ) { |
146 | 146 | $wgAutoloadClasses['Html'] = $smwgIP . 'compat/Html.php'; |
147 | 147 | } |
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.5.3 rc4' ); |
| 12 | +define( 'SMW_VERSION', '1.5.3' ); |
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 ); |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | $wgAutoloadClasses['SMWSQLStore2Table'] = $stoDir . 'SMW_SQLStore2Table.php'; |
166 | 166 | $wgAutoloadClasses['SMWSQLHelpers'] = $stoDir . 'SMW_SQLHelpers.php'; |
167 | 167 | |
168 | | - // To ensure Maps remains compatible with pre 1.16. |
| 168 | + // To ensure SMW remains compatible with pre 1.16. |
169 | 169 | if ( !array_key_exists( 'Html', $wgAutoloadClasses ) ) { |
170 | 170 | $wgAutoloadClasses['Html'] = $smwgIP . 'compat/Html.php'; |
171 | 171 | } |