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
path: root/lib
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-06-26 23:51:32 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-06-26 23:51:32 +0400
commitd163fe02cd05c30a223c757b138acd8a35f898f3 (patch)
tree884191e9130a1880d0526b55ff7f542153184a15 /lib
parentae00f40b970b8a0a99413bc210e028d18132c3ca (diff)
4.0.4v4.0.4
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index d5d0d771a85..a16559c54b1 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(4,00,3);
+ return array(4,00,4);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.3a';
+ return '4.0.4';
}
/**