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-02-25 23:00:40 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-02-25 23:00:40 +0400
commita533bb6dcd4a68927c21b63a83830d79384320a5 (patch)
treec9a240275155a8d3e48dfb7453e047b0cf04ce00
parent571f1e2d2b032eb0bb28ed6828fc10a03d192005 (diff)
5 beta 2v5.0.0beta2
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 0d608db53a5..ae6b4646e1b 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(4, 93, 10);
+ return array(4, 94, 10);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0 beta 1';
+ return '5.0 beta 2';
}
/**