From 16ec2583b3a5141751ea1db2b9e4926b1f2eb268 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 20 Jan 2026 16:24:48 +0100 Subject: [PATCH] Revert "reset version to 0.1.0" This reverts commit d37bab507d506e07a5127de699de5cc3aa739595. Fixes #2187 --- pkg/version/version.go | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkg/version/version.go b/pkg/version/version.go index 9895044bcd..77a59ce546 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -41,10 +41,14 @@ var ( //Date = time.Now().Format("20060102") Date = Dev - // Legacy defines the old long 4 number OpenCloud version needed for some clients - Legacy = "0.1.0.0" + // Legacy defines the old long 4 number ownCloud/Nextcloud version. + // Apparently the OCM implementaions in Nextcloud/ownCloud checks against this string when setting + // up federation via OCM. This is not exactly by the specs, but we have to live with it if we want + // federation with these implementations to work. + Legacy = "10.11.0.0" + // LegacyString defines the old OpenCloud version needed for some clients - LegacyString = "0.1.0" + LegacyString = "10.11.0" // Edition describes the build channel (stable, rolling, nightly, daily, dev) Edition = Dev // default for self-compiled builds