From a0eb4a653aa7724f0592400e55928ba996ad524d Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Tue, 21 Sep 2010 17:24:13 +0000 Subject: [PATCH] Bumping the version number now so the packages start showing it. Will actually tag it properly tomorrow. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e574ae4fd22..5d5f9d471a8 100644 --- a/version.php +++ b/version.php @@ -29,8 +29,8 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2010092000; // YYYYMMDD = date of the last version bump +$version = 2010092100; // YYYYMMDD = date of the last version bump // XX = daily increments -$release = '2.0 Preview 4+ (Build: 20100921)'; // Human-friendly version name +$release = '2.0 RC1 (Build: 20100921)'; // Human-friendly version name -- 2.11.4.GIT