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);