diff --git a/version.php b/version.php
index 567a3dcf96d..c5183be9f2d 100644
--- a/version.php
+++ b/version.php
@@ -9,6 +9,6 @@
     $version = 2008101300;  // YYYYMMDD   = date of the last version bump
                             //         XX = daily increments
 
-    $release = '2.0 dev (Build: 20081027)';  // Human-friendly version name
+    $release = '2.0 dev (Build: 20081028)';  // Human-friendly version name
 
 ?>