From 8019afb9d5bea382e0f96fe57133c60f5544c914 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 23 Nov 2017 13:02:20 +0100 Subject: [PATCH] Prepare 12.0.4 RC2 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0227815bd82..d12622c7e34 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, 4, 0); +$OC_Version = array(12, 0, 4, 1); // The human readable string -$OC_VersionString = '12.0.4 RC1'; +$OC_VersionString = '12.0.4 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5