From 50efefae154b926d40d22add39318261a94737b6 Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Sat, 13 Nov 2010 03:47:16 +0000 Subject: [PATCH] Bumping to RC2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7bb051e73d9..ea329284d86 100644 --- a/version.php +++ b/version.php @@ -29,8 +29,8 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2010111002; // YYYYMMDD = date of the last version bump +$version = 2010111300; // YYYYMMDD = date of the last version bump // XX = daily increments -$release = '2.0 RC1 (Build: 20101113)'; // Human-friendly version name +$release = '2.0 RC2 (Build: 20101113)'; // Human-friendly version name