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>2013-03-09 21:51:02 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-03-09 21:51:02 +0400
commit256595e7b2e06de630ca5a9983accadabc309281 (patch)
tree9aadfa3e6bc62182aa8cd85b0233494c3c88880c
parent769317702fa058dcf2542886819e6463fb6144dc (diff)
5.0.0v5.0.0
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index d8adfd99a47..6d641bc472b 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(4, 97, 10);
+ return array(5, 00, 00);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0 RC 3';
+ return '5.0';
}
/**