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-11-14 01:09:00 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-11-14 01:09:00 +0400
commit28fdba2a7863e4457963e64ce4117b1d3be9b45c (patch)
tree49efa28d7406484162371d2989ccb4b12c73d90b
parent7d246ab638f2e81ff4833938626468e96ea210b5 (diff)
4.0.9v4.0.9
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 3c4b313fe33..0295af30b88 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,8);
+ return array(4,00,9);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.8';
+ return '4.0.9';
}
/**