Skip to content

Commit

Permalink
4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Karlitschek committed Jan 21, 2013
1 parent 3cf9c43 commit ada57de
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 @@ -95,15 +95,15 @@ public static function loadUserMountPoints($user) {
*/
public static function getVersion() {
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
return array(4,90,6);
return array(4,90,7);
}

/**
* get the current installed version string of ownCloud
* @return string
*/
public static function getVersionString() {
return '4.5.5';
return '4.5.6';
}

/**
Expand Down

0 comments on commit ada57de

Please sign in to comment.