From: moodlerobot <moodlerobot>
Date: Wed, 9 Apr 2008 01:49:09 +0000 (+0000)
Subject: Updated the HEAD build version to 20080409
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c0e469829e797f7295db290507c3badb2496e103;p=moodle.git

Updated the HEAD build version to 20080409
---

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