Remove a space for parser checker consistency
[lhc/web/wiklou.git] / Version.php
index e03fcc4..b963890 100644 (file)
@@ -1,13 +1,8 @@
-<?
-# This file is copied to the install directory so that
-# later update scripts will be able to use it to determine
-# what they need to update. The version number here must
-# be updated any time you make a change that requires
-# the update to do anything other than copy the new files
-# over, such as changing the database layout. If you
-# change this version number, you should also update the
-# update.php script.
-#
+<?php
+# The actual version number is in DefaultSettings.php
+# and can be seen through the wiki at [[Special:Version]]
 
-$wgSoftwareRevision = 1001;
+# This is for an ancient update item and probably is not
+# necessary.
+$wgSoftwareRevision = 1002;
 ?>