This is my last commit to CVS. Goodbye old friend - you've served us well.
authorMartin Dougiamas <martin@moodle.com>
Tue, 14 Dec 2010 07:39:48 +0000 (07:39 +0000)
committerMartin Dougiamas <martin@moodle.com>
Tue, 14 Dec 2010 07:39:48 +0000 (07:39 +0000)
version.php

index c5f25b7..573e684 100644 (file)
@@ -29,8 +29,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version = 2010120700;  // YYYYMMDD   = date of the last version bump
+$version = 2010121400;  // YYYYMMDD   = date of the last version bump
                         //         XX = daily increments
 
 $release = '2.0 (Build: 20101214)';  // Human-friendly version name
-