From: moodlerobot <moodlerobot>
Date: Wed, 29 Apr 2009 00:38:38 +0000 (+0000)
Subject: Updated the HEAD build version to 20090429
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=53135d4fc4d92af7f00065827b6114d2907b21d0;p=moodle.git

Updated the HEAD build version to 20090429
---

diff --git a/version.php b/version.php
index d9d6069412..ef7fcccb4b 100644
--- a/version.php
+++ b/version.php
@@ -9,6 +9,6 @@
     $version = 2009042700;  // YYYYMMDD   = date of the last version bump
                             //         XX = daily increments
 
-    $release = '2.0 dev (Build: 20090428)';  // Human-friendly version name
+    $release = '2.0 dev (Build: 20090429)';  // Human-friendly version name
 
 ?>