From: moodlerobot <moodlerobot>
Date: Mon, 7 Jul 2008 01:33:11 +0000 (+0000)
Subject: Updated the HEAD build version to 20080707
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a4b309284e27b75db985c4c79cfae135347e4b74;p=moodle.git

Updated the HEAD build version to 20080707
---

diff --git a/version.php b/version.php
index b18118aad6..5e8431e858 100644
--- a/version.php
+++ b/version.php
@@ -9,6 +9,6 @@
     $version = 2008070700;  // YYYYMMDD   = date of the last version bump
                             //         XX = daily increments
 
-    $release = '2.0 dev (Build: 20080706)';  // Human-friendly version name
+    $release = '2.0 dev (Build: 20080707)';  // Human-friendly version name
 
 ?>