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:
authorArthur Schiwon <blizzz@owncloud.com>2016-02-26 03:02:22 +0300
committerArthur Schiwon <blizzz@owncloud.com>2016-02-26 03:02:22 +0300
commitb3ac81f1344634da3027e34000c20b8e13dcad49 (patch)
tree487bea25c5f71b6e5cd1c51ae5c1ab4210658fcf /version.php
parent9250704ecb2af58f455169ab8fb92428584e6488 (diff)
exchange user_id_key for a unique one.
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 1113196ce33..d7b80142144 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(9, 0, 0, 14);
+$OC_Version = array(9, 0, 0, 15);
// The human readable string
$OC_VersionString = '9.0.0 beta 2';