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-10 04:14:16 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-10 04:14:16 +0400
commit9aae21db796c6b37465ba703fc89ca48236b7e0c (patch)
treeab71cdc87f03feee53cc463738fc86f7ae24ca15
parent536117da2ac198db181441944bd0e8b1d1e31055 (diff)
5.0.5v5.0.5
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 56ddd0c174a..3ad400df273 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.5 RC1';
+ return '5.0.5';
}
/**