diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-26 21:10:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-26 21:10:52 -0400 |
commit | be4fcbd51a4b134c7c9e3945f86295e33bbb45b6 (patch) | |
tree | e1bc6098e720429b75bd69e4566c39c7fb29aafe /includes/DefaultSettings.php | |
parent | 68da4046dd3cbe1c3cccf4daa4a862594a01e80e (diff) | |
parent | f80b2307028ed4d9231a0bd46496b241dcf4aa5c (diff) |
Merge branch 'archwiki'
Diffstat (limited to 'includes/DefaultSettings.php')
-rw-r--r-- | includes/DefaultSettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 850c2cfb..4eb979ac 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -63,7 +63,7 @@ $wgConf = new SiteConfiguration; * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.22.7'; +$wgVersion = '1.22.8'; /** * Name of the site. It must be changed in LocalSettings.php |