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:
authorChristoph Wurst <christoph@owncloud.com>2016-05-12 12:19:17 +0300
committerChristoph Wurst <christoph@owncloud.com>2016-05-12 12:19:17 +0300
commitc28e462583e9ef32266dfc1285b986c4d2673294 (patch)
tree62330c333904504c488350313404e7c5e080d37a /version.php
parent1def89b2c56e372a2d01e1c208ffe97cd7756a45 (diff)
Use CLOB for auth token names to allow long user agent strings
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 81e0bc1b067..d9e1ca1df1c 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,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, 1, 0, 1);
+$OC_Version = array(9, 1, 0, 2);
// The human readable string
$OC_VersionString = '9.1.0 pre alpha';