Fixed my fix from earlier
[moodle.git] / blocks / version.php
blob6f8d67d2b88d96bcd6eab917453aaf923e61d1f0
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 = 2005022400; // The current version is a date (YYYYMMDDXX)