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-04-02 13:23:47 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-02 13:23:47 +0400
commit5944ee6ebec11d2a0a5ef12d7aa46bb5d755f458 (patch)
tree8617d63d66bed47e3fc451f4f8fded3a278aedaa
parente1b6574ce72db4fd398fb72f9e21ec766b7897eb (diff)
5.0.2
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 6d641bc472b..aab0f8aa403 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(5, 00, 00);
+ return array(5, 00, 2);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0';
+ return '5.0.2';
}
/**