Skip to content

Commit 3d38945

Browse files
committed
Merge pull request #604 from wmde/versionconstant
Re-add php version constant
2 parents b6f4a50 + 2422233 commit 3d38945

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WikibaseDataModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
88
*/
99

10+
define( 'WIKIBASE_DATAMODEL_VERSION', '4.4.0' );
11+
1012
if ( defined( 'MEDIAWIKI' ) && function_exists( 'wfLoadExtension' ) ) {
1113
wfLoadExtension( 'WikibaseDataModel', __DIR__ . '/mediawiki-extension.json' );
1214
}

0 commit comments

Comments
 (0)