From 6163351ea234cca9ee09d4f040c5cb45e1caf481 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <karlitschek@kde.org>
Date: Mon, 10 Oct 2011 18:48:40 +0200
Subject: [PATCH] master is now on the way to ownCloud 3

---
 lib/util.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/util.php b/lib/util.php
index f8748e868c..4920d13914 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -90,7 +90,7 @@ class OC_Util {
 	 * @return array
 	 */
 	public static function getVersion(){
-		return array(1,92,0);
+		return array(2,90,0);
 	}
 
 	/**
@@ -98,7 +98,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '2 beta 3';
+		return '3 alpha 1';
 	}
 
 	/**
-- 
GitLab