r57084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57083‎ | r57084 | r57085 >
Date:21:38, 29 September 2009
Author:demon
Status:ok
Tags:
Comment:
Make version a string so Special:Version shows it right. Also bump minor version from fixes in r57067
Modified paths:
  • /trunk/extensions/MWReleases/MWReleases.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MWReleases/MWReleases.php
@@ -30,7 +30,7 @@
3131 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
3232 */
3333
34 -define( 'MWRELEASES_VERSION', 1.0 );
 34+define( 'MWRELEASES_VERSION', '1.1' );
3535
3636 $wgExtensionCredits['other'][] = array(
3737 'path' => __FILE__,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57067Couple quick tweaks per IRC discussion:...brion18:57, 29 September 2009

Status & tagging log