From b6ada9a26168646f7a6f6b968f54b1e4639d7c37 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Nov 2017 11:43:33 +0100 Subject: [PATCH] 12.0.4 RC Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8ab5976012815..3c5164fd3c6bb 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(12, 0, 3, 3); +$OC_Version = array(12, 0, 4, 0); // The human readable string -$OC_VersionString = '12.0.3'; +$OC_VersionString = '12.0.4 RC'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [