Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-08 00:58:22 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-08 00:58:22 +0400
commit43978abd80b37abc44a015a87b22dc72800977cf (patch)
tree34b7ea281e5e94f49fc727bfdcfd869f809ff1b6
parent10d291d6b3bf25794a8edaea6c867788b717eb15 (diff)
increase to 4 betav4.0.0beta
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index d22d8710867..8cf6b3c0307 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -74,7 +74,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(3,80,0);
+ return array(3,90,0);
}
/**
@@ -82,7 +82,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4 alpha';
+ return '4 beta';
}
/**