Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
Change-Id: Ic85edeb167e621852e4c0f05ce8a48bb4ce76e0c
  • Loading branch information
s7eph4n committed Aug 10, 2014
1 parent da0d078 commit 8580571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SemanticGlossary.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
/**
* The Semantic Glossary version
*/
define( 'SG_VERSION', '1.1.0-dev' );
define( 'SG_VERSION', '1.1.0' );

// register the extension
$GLOBALS[ 'wgExtensionCredits' ][ 'semantic' ][] = array(
'path' => __FILE__,
'name' => 'Semantic Glossary',
'author' => '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]',
'author' => array( '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', 'James Hong Kong' ),
'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Glossary',
'descriptionmsg' => 'semanticglossary-desc',
'version' => SG_VERSION,
Expand Down

0 comments on commit 8580571

Please sign in to comment.