Bumping version for 1.8.10 release (note new convention for numbering)
[moodle.git] / version.php
blob9c4eec6e9a605f23292456239f8bda3b80ea5c1c
1 <?php
3 // MOODLE VERSION INFORMATION
5 // This file defines the current version of the core Moodle code being used.
6 // This is compared against the values stored in the database to determine
7 // whether upgrades should be performed (see lib/db/*.php)
9 $version = 2007021599.100; // YYYYMMDD = date of the 1.8 branch (don't change)
10 // 99 = we reached a .10 release! (don't change)
11 // .XX = release number 1.8.[10,11,12,..]
12 // Y = micro-increments between releases
14 $release = '1.8.10 (Build: 20091025)'; // Human-friendly version name