Merge branch 'wip-MDL-24355-MOODLE_19_STABLE' of git://github.com/andyjdavis/moodle...
[moodle.git] / blocks / version.php
blob8a67e21c944440c78f91b5b2497029e31c4c2103
1 <?PHP //$Id$
2 // This file defines the current version of the
3 // blocks code that is being used. This can be
4 // compared against the values stored in the
5 // database (blocks_version) to determine whether upgrades should
6 // be performed (see db/backup_*.php)
8 $blocks_version = 2007081300; // The current version is a date (YYYYMMDDXX)
9 ?>