diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-04-09 16:59:03 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-04-09 16:59:03 +0200 |
commit | c241985f042b0b7c29c8a2997c922e2842ba13c5 (patch) | |
tree | ff1273c2856e0afdac88e9baddc396e7c1855e49 | |
parent | 9a4fe09979ad1b6dfb0ed3943c988dd030ed9091 (diff) | |
download | nextcloud-server-5.0.4RC1.tar.gz nextcloud-server-5.0.4RC1.zip |
5.0.4 RCv5.0.4RC1
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 5a4f904413b..ac319235f17 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 00, 3); + return array(5, 00, 4); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.3'; + return '5.0.4 RC'; } /** |