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:
authorMorris Jobke <hey@morrisjobke.de>2015-11-05 10:40:21 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-11-05 10:40:21 +0300
commit3778680f3f72440c3da849c2974273bab209576f (patch)
tree4ac33798b9d81068fb2aee04a6396d7daea44140 /version.php
parent2f4fa5b49c38c75e60b0cb46e2878e4176e0dd03 (diff)
Drop unused tables principalgroups and principals
* was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c
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 dd499a8d1d8..7f45f5899e1 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, 1);
+$OC_Version = array(9, 0, 0, 2);
// The human readable string
$OC_VersionString = '9.0 pre alpha';