Automatic installer.php lang files by installer_builder (20081224)
[moodle.git] / blocks / version.php
blob2483818935b9d40691c104ba1d571d192d4a5604
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 = 2005090201; // The current version is a date (YYYYMMDDXX)