diff --git a/core/includes/theme.maintenance.inc b/core/includes/theme.maintenance.inc
index 37775e6..62a1a09 100644
--- a/core/includes/theme.maintenance.inc
+++ b/core/includes/theme.maintenance.inc
@@ -113,6 +113,7 @@ function theme_task_list($variables) {
 
   $done = isset($items[$active]) || $active == NULL;
   $output = '<h2 class="element-invisible">Installation tasks</h2>';
+  $output .= '<h4>Installing Drupal ' . VERSION . '</h4>';
   $output .= '<ol class="task-list">';
 
   foreach ($items as $k => $item) {
