summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2004-10-14 09:48:37 +0000
committerBrion Vibber <brion@users.mediawiki.org>2004-10-14 09:48:37 +0000
commit0697926a69a57fdc2c840dffd6c7b0f73ab21475 (patch)
treecdcdc55b5096ecd3d3c91b936c5e29f6f2c01591
parent1e8a9c547c611bd57e9c46d63144dbd0c025f8b4 (diff)
bump version to 1.3.61.3.6
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/5927
-rw-r--r--RELEASE-NOTES3
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1f65d12c54a1..b4fb31764f7e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ Security reminder: MediaWiki does not require PHP's register_globals
setting since version 1.2.0. If you have it on, turn it *off* if you can.
-== Version 1.3.6, 2004-10-?? ==
+== Version 1.3.6, 2004-10-14 ==
Changes from 1.3.5:
* (bug 296) Variables in user interface messages are no longer substituted
@@ -26,6 +26,7 @@ Changes from 1.3.5:
* Fix SQL injection and cross site scripting bugs in SpecialMaintenance
* Fix cross site scripting bugs and possible filename validation vulnerability
in ImagePage.
+* and more of that sort
== Version 1.3.5, 2004-09-30 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 7b52904f046d..2971164c0a12 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -9,7 +9,7 @@ if( defined( "MEDIAWIKI" ) ) {
# like $wgScriptPath, you must also localize everything that
# depends on it.
-$wgVersion = '1.3.5+';
+$wgVersion = '1.3.6';
$wgSitename = 'MediaWiki'; # Please customize!
$wgMetaNamespace = FALSE; # will be same as you set $wgSitename