Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-12-18 14:55:42 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-12-18 14:55:42 +0400
commit5e1fc51f92e70d7d39b83256e68643dd59d9c520 (patch)
tree36fac861a1e7f8dcdc2ce385b154b26c7bec1d01
parent5e5dcc278226c871d127931b7c5978388877a08b (diff)
5.0.14av5.0.14a
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index c7abc8ef203..aeca2247960 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, 27);
+ return array(5, 00, 28);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.14';
+ return '5.0.14a';
}
/**