adding an identifying version file. Not handled by upgrade core API.

This commit is contained in:
diml
2009-07-18 23:01:41 +00:00
parent 52f87775e4
commit 4398ce111c
+14
View File
@@ -0,0 +1,14 @@
<?php // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the search version etc.
// This fragment is called by /admin/index.php
//
// Consider it IS NOT handled by Moodle core upgrade code.
// Just for identification
////////////////////////////////////////////////////////////////////////////////
$search->version = 2009031000;
$search->requires = 2007101509; // Requires this Moodle version
?>