From: moodlerobot <moodlerobot>
Date: Wed, 27 May 2009 00:36:40 +0000 (+0000)
Subject: Updated the HEAD build version to 20090527
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eccdc74a99ef959e14764c1f15375dcae8c6de25;p=moodle.git

Updated the HEAD build version to 20090527
---

diff --git a/version.php b/version.php
index 98801f8591..9215d369bc 100644
--- a/version.php
+++ b/version.php
@@ -9,6 +9,6 @@
     $version = 2009051700;  // YYYYMMDD   = date of the last version bump
                             //         XX = daily increments
 
-    $release = '2.0 dev (Build: 20090526)';  // Human-friendly version name
+    $release = '2.0 dev (Build: 20090527)';  // Human-friendly version name
 
 ?>