Skip to content

Commit

Permalink
ownCloud 5 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Karlitschek committed Mar 2, 2013
1 parent 6c96b93 commit 2b7ff72
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, 95, 10);
return array(4, 96, 10);
}

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

/**
Expand Down

0 comments on commit 2b7ff72

Please sign in to comment.