diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-12-13 13:07:51 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-12-13 13:07:51 +0100 |
commit | e98e98f38d005f47d9656b9fd418a106f1af5134 (patch) | |
tree | 86e05fbc4a297892ccc0d058308ab1f61a327247 | |
parent | e3822ef76dd000cff80b00e8414870aea08d755b (diff) | |
download | nextcloud-server-e98e98f38d005f47d9656b9fd418a106f1af5134.tar.gz nextcloud-server-e98e98f38d005f47d9656b9fd418a106f1af5134.zip |
5.0.14 RC1
-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 97e0fdba75b..aa2bc071df6 100755 --- a/lib/util.php +++ b/lib/util.php @@ -77,7 +77,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, 25); + return array(5, 00, 26); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.13'; + return '5.0.14 RC1'; } /** |