diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-10-10 18:48:40 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-10-10 18:48:40 +0200 |
commit | 6163351ea234cca9ee09d4f040c5cb45e1caf481 (patch) | |
tree | e324927ef45de2eaff3c9238b5c463ca5e4751d3 | |
parent | c48fbd3609f2d300d66f70278b9bba59ee33db16 (diff) | |
download | nextcloud-server-6163351ea234cca9ee09d4f040c5cb45e1caf481.tar.gz nextcloud-server-6163351ea234cca9ee09d4f040c5cb45e1caf481.zip |
master is now on the way to ownCloud 3v3.0alpha1
-rw-r--r-- | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index f8748e868c1..4920d13914d 100644 --- a/lib/util.php +++ b/lib/util.php @@ -90,7 +90,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(1,92,0); + return array(2,90,0); } /** @@ -98,7 +98,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '2 beta 3'; + return '3 alpha 1'; } /** |