summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 6e57fc7f8a1..e2ca9d0fc1b 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';
}
/**