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 <ChristophWurst@users.noreply.github.com>2016-12-30 16:39:27 +0300
committerGitHub <noreply@github.com>2016-12-30 16:39:27 +0300
commit03f5591beb5910b01a39925a503fe3d6ef6b9d61 (patch)
tree35642362c93d5d18cfe335a24168953ecae922a1
parent7150a9d72bb67a03473d38f36041a3b7288ab271 (diff)
parentaeafac9801bbef6e558e51d1059c60d5b6ecf02a (diff)
Merge pull request #2883 from nextcloud/stable9-version-bump
Update version to 9.0.56
m---------3rdparty0
-rw-r--r--version.php4
2 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty b/3rdparty
-Subproject d2509ca2f3912d8f58b08bfce07b7f701a4f31e
+Subproject f9c19852e276e28e54dcfd83b7d49fb3c6b6c51
diff --git a/version.php b/version.php
index a782611eed0..e96a87f3ec1 100644
--- a/version.php
+++ b/version.php
@@ -25,10 +25,10 @@
// 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, 55, 2);
+$OC_Version = array(9, 0, 56, 0);
// The human readable string
-$OC_VersionString = '9.0.55';
+$OC_VersionString = '9.0.56';
$OC_VersionCanBeUpgradedFrom = array(8, 2);