diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-05-12 11:19:17 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@owncloud.com> | 2016-05-12 11:19:17 +0200 |
commit | c28e462583e9ef32266dfc1285b986c4d2673294 (patch) | |
tree | 62330c333904504c488350313404e7c5e080d37a /version.php | |
parent | 1def89b2c56e372a2d01e1c208ffe97cd7756a45 (diff) | |
download | nextcloud-server-c28e462583e9ef32266dfc1285b986c4d2673294.tar.gz nextcloud-server-c28e462583e9ef32266dfc1285b986c4d2673294.zip |
Use CLOB for auth token names to allow long user agent strings
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
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'; |