From ad8d6c42604c0aef93f456a2c406ef122f479077 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Sun, 31 Oct 2010 02:44:19 +0200
Subject: [PATCH] set version number to 1.1

---
 inc/lib_base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/lib_base.php b/inc/lib_base.php
index 3afbafc903..65664ae861 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);
 	}
   
   /**
-- 
GitLab