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>2012-10-09 19:07:10 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-10-09 19:07:10 +0400
commit033ac60208161513db22d3eb8e025a34199b6fd0 (patch)
treebc652144e416271ece6e54b145a65336af5a340a
parentd8e0be18c87df30999d88cc00e49077f04eb5cf9 (diff)
4.0.8v4.0.8
-rw-r--r--lib/util.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/util.php b/lib/util.php
index 22ecf8062a3..251aaf160ea 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,7);
+ return array(4,00,8);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.7';
+ return '4.0.8';
}
/**
@@ -485,4 +485,4 @@ class OC_Util {
}
return $pseudo_byte;
}
-} \ No newline at end of file
+}