From c8a8cec0080b1ab79db66ce9f26b52bf3c3d576d Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 19 Sep 2016 16:57:28 +0200 Subject: [PATCH] Set version to 9.0.5 final --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index d2082c1fd9e..9cbee459b99 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,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, 5, 1); +$OC_Version = array(9, 0, 5, 2); // The human readable string -$OC_VersionString = '9.0.5 RC2'; +$OC_VersionString = '9.0.5'; $OC_VersionCanBeUpgradedFrom = array(8, 2); -- 2.39.5