diff --git a/inc/infoutils.php b/inc/infoutils.php
index a9c33acfd1d2c93f1828d1fa240acb01ada25d1c..92607e4fa8af84db26ac309a8efcdd4e53041c94 100644
--- a/inc/infoutils.php
+++ b/inc/infoutils.php
@@ -77,7 +77,8 @@ function getVersionData(){
             if($date) $version['date'] = $date;
         }
     }else{
-        $version['date'] = 'unknown';
+        global $updateVersion;
+        $version['date'] = 'update version '.$updateVersion;
         $version['type'] = 'snapshot?';
     }
     return $version;