diff --git a/lib/util.php b/lib/util.php index 6e57fc7f8a..e2ca9d0fc1 100644 --- a/lib/util.php +++ b/lib/util.php @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4'; + return '4.0.1 pre'; } /**