Skip to content

Commit e9d9e8f

Browse files
committed
Merge pull request #400 from wmde/rel260
2.6.0 release
2 parents 21159c9 + dae799e commit e9d9e8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Wikibase DataModel release notes
22

3-
## Version 2.6.0 (dev)
3+
## Version 2.6.0 (2015-03-08)
44

55
* Added `Reference::isEmpty`
66
* Empty strings are now detected as invalid in the `SiteLink` constructor

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
return 1;
1313
}
1414

15-
define( 'WIKIBASE_DATAMODEL_VERSION', '2.6.0 alpha' );
15+
define( 'WIKIBASE_DATAMODEL_VERSION', '2.6.0' );
1616

1717
if ( defined( 'MEDIAWIKI' ) ) {
1818
call_user_func( function() {

0 commit comments

Comments
 (0)