diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-12-17 14:11:18 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-12-17 14:11:18 +0100 |
commit | 5e5dcc278226c871d127931b7c5978388877a08b (patch) | |
tree | bb8300c4988f98f25ecc6b87277f57dc228a4664 | |
parent | 7964691645d5da511dceb87fc2e96bdf4f4e5425 (diff) | |
download | nextcloud-server-5e5dcc278226c871d127931b7c5978388877a08b.tar.gz nextcloud-server-5e5dcc278226c871d127931b7c5978388877a08b.zip |
5.0.14v5.0.14
-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 aa2bc071df6..c7abc8ef203 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, 26); + return array(5, 00, 27); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.14 RC1'; + return '5.0.14'; } /** |