diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-03 14:26:01 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-03 14:26:01 +0200 |
commit | 4b317c02c7f93539cedd4e926f04d55e8ce999bd (patch) | |
tree | f6b274d3ba7b3e01e03f009504505dfde9e0bb1f | |
parent | d0046b6e29615cea117631aa7afdfe807e7716be (diff) | |
download | nextcloud-server-4b317c02c7f93539cedd4e926f04d55e8ce999bd.tar.gz nextcloud-server-4b317c02c7f93539cedd4e926f04d55e8ce999bd.zip |
5.0.12v5.0.12
-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 ef0b6143e67..9ba1bdb0282 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, 21); + return array(5, 00, 22); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.12 RC1'; + return '5.0.12'; } /** |