aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-04-11 09:20:28 +0200
committerFrank Karlitschek <karlitschek@kde.org>2012-04-11 09:20:28 +0200
commit637db92e60bfcaa625ec2baf346a11de8981311b (patch)
tree5bb9c52016eaffdd85382a77f5d7215cdccc64e8 /lib/util.php
parent9f547a1b3987838fda8db238a8999c9f474bb542 (diff)
downloadnextcloud-server-637db92e60bfcaa625ec2baf346a11de8981311b.tar.gz
nextcloud-server-637db92e60bfcaa625ec2baf346a11de8981311b.zip
increase version to show that we are not the same as stable
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 722b7404d0c..34f535d2d5c 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -66,7 +66,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(3,00,4);
+ return array(3,80,0);
}
/**
@@ -74,7 +74,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '3';
+ return '4 alpha';
}
/**