summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-01-27 17:39:55 +0100
committerFrank Karlitschek <karlitschek@kde.org>2012-01-27 17:39:55 +0100
commit21bf8e99ee7ee632068c7031c59f722ea2527f6e (patch)
tree07adca8a74188c94a46ca751fd7b84224b612c4d /lib/util.php
parent05f1fffddc49678768c90104e6aeaeac2419d95d (diff)
downloadnextcloud-server-21bf8e99ee7ee632068c7031c59f722ea2527f6e.tar.gz
nextcloud-server-21bf8e99ee7ee632068c7031c59f722ea2527f6e.zip
increase version number to 3. YeeHaw party!!
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index ac969f9aba9..2fba1206bff 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,91,0);
+ return array(3,00,0);
}
/**
@@ -70,7 +70,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '3 RC 1';
+ return '3';
}
/**