From: moodlerobot <moodlerobot>
Date: Wed, 7 May 2008 01:49:59 +0000 (+0000)
Subject: Updated the HEAD build version to 20080507
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3da097c6415c5a5cfbf9477c30792f657ca333a6;p=moodle.git

Updated the HEAD build version to 20080507
---

diff --git a/version.php b/version.php
index fbe8787d9c..3304e1e0f9 100644
--- a/version.php
+++ b/version.php
@@ -9,6 +9,6 @@
     $version = 2008050200;  // YYYYMMDD   = date of the last version bump
                             //         XX = daily increments
 
-    $release = '2.0 dev (Build: 20080506)';  // Human-friendly version name
+    $release = '2.0 dev (Build: 20080507)';  // Human-friendly version name
 
 ?>