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-24 11:50:18 +0300
committerChristoph Wurst <christoph@owncloud.com>2016-05-24 12:49:15 +0300
commitad10485cec4377119aa14749e8e4aeda6e707f8e (patch)
treed98cdda3ca46d07a32d8befc4a6b0d82fe673f08 /version.php
parenta0ccebfdcb2bf957086418e29981fef57e2e09bf (diff)
when generating browser/device token, save the login name for later password checks
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 a4f1c4dbce0..d1fbb4c0a53 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, 3);
+$OC_Version = array(9, 1, 0, 4);
// The human readable string
$OC_VersionString = '9.1.0 pre alpha';