Skip to content

Commit

Permalink
New version: 0.4
Browse files Browse the repository at this point in the history
Change-Id: I01596b3e5c8a64605658552e2bbeb3984bb5f2be
  • Loading branch information
yaronkoren committed May 26, 2014
1 parent 3c5e486 commit ae8f825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Semantic Compound Queries Extension

Version 0.3.4
Version 0.4
Yaron Koren

This is free software licensed under the GNU General Public License. Please
Expand Down Expand Up @@ -49,4 +49,3 @@ the Semantic MediaWiki mailing list:

If possible, please add "[SCQ]" at the beginning of the subject line, to
clarify the subject matter.

2 changes: 1 addition & 1 deletion SemanticCompoundQueries.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

if ( !defined( 'MEDIAWIKI' ) ) die();

define( 'SCQ_VERSION', '0.4.0' );
define( 'SCQ_VERSION', '0.4' );

$wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array(
'path' => __FILE__,
Expand Down

0 comments on commit ae8f825

Please sign in to comment.