wiki.techinc.nl/Version.php

9 lines
220 B
PHP
Raw Normal View History

<?php
2004-04-20 06:13:11 +00:00
# The actual version number is in DefaultSettings.php
# and can be seen through the wiki at [[Special:Version]]
2004-04-20 06:13:11 +00:00
# This is for an ancient update item and probably is not
# necessary.
2003-09-07 13:56:25 +00:00
$wgSoftwareRevision = 1002;
2003-04-16 18:49:45 +00:00
?>