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:
authorRobin Appelman <icewind1991@gmail.com>2010-10-31 03:44:19 +0300
committerRobin Appelman <icewind1991@gmail.com>2010-10-31 03:44:19 +0300
commitad8d6c42604c0aef93f456a2c406ef122f479077 (patch)
tree046c7f0ceab1c8356b2f486ea8cf4d1bfc9928b4
parentd565b50ca6983bb2fb7c98fcf4dba8efa9b53e91 (diff)
set version number to 1.1v1.1
-rw-r--r--inc/lib_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lib_base.php b/inc/lib_base.php
index 3afbafc903f..65664ae8614 100644
--- a/inc/lib_base.php
+++ b/inc/lib_base.php
@@ -172,7 +172,7 @@ class OC_UTIL {
* @return array
*/
public static function getVersion(){
- return array(1,0,60);
+ return array(1,1,0);
}
/**