From aeafac9801bbef6e558e51d1059c60d5b6ecf02a Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 29 Dec 2016 16:30:42 +0100 Subject: [PATCH] Update version to 9.0.56 Signed-off-by: Lukas Reschke --- 3rdparty | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3rdparty b/3rdparty index d2509ca2f3912..f9c19852e276e 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit d2509ca2f3912d8f58b08bfce07b7f701a4f31ec +Subproject commit f9c19852e276e28e54dcfd83b7d49fb3c6b6c51a diff --git a/version.php b/version.php index a782611eed006..e96a87f3ec1bc 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);