master is now on the way to ownCloud 3

This commit is contained in:
Frank Karlitschek 2011-10-10 18:48:40 +02:00
parent c48fbd3609
commit 6163351ea2

View file

@ -90,7 +90,7 @@ class OC_Util {
* @return array * @return array
*/ */
public static function getVersion(){ public static function getVersion(){
return array(1,92,0); return array(2,90,0);
} }
/** /**
@ -98,7 +98,7 @@ class OC_Util {
* @return string * @return string
*/ */
public static function getVersionString(){ public static function getVersionString(){
return '2 beta 3'; return '3 alpha 1';
} }
/** /**