Skip to content

Commit

Permalink
5 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Karlitschek committed Feb 25, 2013
1 parent 571f1e2 commit a533bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ public static function tearDownFS() {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
return array(4, 93, 10);
return array(4, 94, 10);
}

/**
* get the current installed version string of ownCloud
* @return string
*/
public static function getVersionString() {
return '5.0 beta 1';
return '5.0 beta 2';
}

/**
Expand Down

0 comments on commit a533bb6

Please sign in to comment.