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:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-01-29 23:50:48 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-03 11:03:51 +0300
commit2035a179bc319cf3f339e90e14dc01c7a980bc78 (patch)
tree7be503fb1cbe5e0ceabf33ee1ed417e874f417d8 /version.php
parent77942ad38afb982c3b7efa841a9bb0b46a0c039a (diff)
Add store/retrieve checksums
* Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
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 0b7eb6f79d2..f807b01d7d0 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, 8);
+$OC_Version = array(9, 0, 0, 9);
// The human readable string
$OC_VersionString = '9.0 pre alpha';