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 @@
31
31
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
32
32
*/
33
33
34
-define( 'MWRELEASES_VERSION', 1.0 );
34
+define( 'MWRELEASES_VERSION', '1.1' );
35
35
36
36
$wgExtensionCredits['other'][] = array(
37
37
'path' => __FILE__,
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r57067
Couple quick tweaks per IRC discussion:...
brion
18:57, 29 September 2009
Status & tagging log
02:04, 9 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r57084
[
removed:
new
added:
ok]