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-09 20:01:26 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-09 20:01:26 +0400
commitc43e33cdf532bf3ea638de3485f6bc87af1cd501 (patch)
tree93faea5b58774b575f0d6af7d553f643471b5a55
parentef1481c7bb098e76ecdb16a6a8e431c0edf9aca4 (diff)
5.0.4v5.0.4
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index ac319235f17..09671eadf8c 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.4 RC';
+ return '5.0.4';
}
/**