Skip to content
Snippets Groups Projects
Commit 6163351e authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

master is now on the way to ownCloud 3

parent c48fbd36
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment