diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-01-21 17:33:43 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-01-21 17:33:43 +0100 |
commit | 5238a7812c5fac9a8cbeb6784c962a3dde1b53a6 (patch) | |
tree | c0e7150754a830cc4ec4c5074e32f54ed4017ad9 | |
parent | 01ebb74a3309ccefe6cda778e230094fef98197d (diff) | |
download | nextcloud-server-5238a7812c5fac9a8cbeb6784c962a3dde1b53a6.tar.gz nextcloud-server-5238a7812c5fac9a8cbeb6784c962a3dde1b53a6.zip |
bump version numberv3.0RC1
-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 09513d32328..ac969f9aba9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -62,7 +62,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(2,90,0); + return array(2,91,0); } /** @@ -70,7 +70,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '3 alpha 1'; + return '3 RC 1'; } /** |