r82280 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82279‎ | r82280 | r82281 >
Date:19:20, 16 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix version nr fail
Modified paths:
  • /tags/extensions/Validator/REL_0_4_4/Validator.php (modified) (history)

Diff [purge]

Index: tags/extensions/Validator/REL_0_4_4/Validator.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Validator_VERSION', '0.4.4 rc' );
 28+define( 'Validator_VERSION', '0.4.4' );
2929
3030 // Register the internationalization file.
3131 $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php';

Status & tagging log