From 05c4d28d8d9b7e8a6d73c6cb1a87d106b0a517cd Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 28 Nov 2016 16:22:24 +0100 Subject: [PATCH] Increase version to Beta 2 Just as a precaution already so we can easily ship this via the updater to the beta channel properly to Beta 1 users Signed-off-by: Lukas Reschke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 47c3ca4f23..bb44d3f264 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(11, 0, 0, 4); +$OC_Version = array(11, 0, 0, 5); // The human readable string -$OC_VersionString = '11.0 beta'; +$OC_VersionString = '11.0 beta 2'; $OC_VersionCanBeUpgradedFrom = array(9, 1);