diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-29 22:18:07 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-29 22:18:07 +0200 |
commit | c1f7d320e8c8b344d48745314614dac8968a79b2 (patch) | |
tree | f99776908bb8067a631624fb06271945465cab77 /lib | |
parent | 1d983c28aa2c9494420a06fdd1ce2b7d0a56e050 (diff) | |
download | nextcloud-server-c1f7d320e8c8b344d48745314614dac8968a79b2.tar.gz nextcloud-server-c1f7d320e8c8b344d48745314614dac8968a79b2.zip |
mark as 4.0.1 pre
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
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'; } /** |