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-03 02:53:09 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-03 02:53:09 +0400
commitdb48f5302ab93a793927876c65b7616e3c5ee7cf (patch)
tree5c74d3d5272d67bfab9e2148dee7ddca93ae687a
parent4cd4bbd489ddb4df42c5c0824abb154bafe0e058 (diff)
5.0.3v5.0.3
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index ef472c4479c..d9713e83fa7 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.3 RC1';
+ return '5.0.3';
}
/**