Skip to content

Commit f70cade

Browse files
committed
chore: publish 4.0.7 stable release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent fb80b3c commit f70cade

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

config/config.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
// stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10)
2828
// fixed to the last Qt6.9-compatible stable release
2929
//
30-
$stableQt69ReleaseDate = '2026-01-22 18:00';
31-
$stableQt69Version = '4.0.6';
32-
$stableQt69VersionSignature = 'yzAm+RTOEtHCEmz1L4JHiRJkdfKMIeFAqYEJlaYNYP6s5IBKLq7YZY1sbtlmKQttRqKurB67s7dCuaGA2A6VBA==';
33-
$stableQt69VersionLength = 345060719;
34-
$stableQt69VersionFileProviderSignature = 'BCONOVs9x/wJxP4y5i0gqdwEErYFy9HFfGHYyWuXxUn6mgzhMlFLt3lFQOsuVvz2ADsR+fEdIqSFiSN8zEDYAA==';
35-
$stableQt69VersionFileProviderLength = 373240934;
30+
$stableQt69ReleaseDate = '2026-03-11 15:00';
31+
$stableQt69Version = '4.0.7';
32+
$stableQt69VersionSignature = 'bwlGWdC92IvoiOtjL/FTuFHdqPEJ02B+lTQy/qGwkfJemnrJeH+BDjRNkJZ2/worA7OT8Gn2e18K3c9hj/V+Dw==';
33+
$stableQt69VersionLength = 345086717;
34+
$stableQt69VersionFileProviderSignature = 'UBxf+cSW8EV7BN7fNsfgvMvPAzqvBfa8RNFuge56xGg/V9vhe4D9W1oqF3mTsex1A7lb2pbAQXFqgnx5nrqzCg==';
35+
$stableQt69VersionFileProviderLength = 373254923;
3636

3737
//
3838
// stable
3939
//
40-
$stableReleaseDate = '2026-01-22 18:00';
41-
$stableVersion = '4.0.6';
42-
$stableVersionSignature = 'yzAm+RTOEtHCEmz1L4JHiRJkdfKMIeFAqYEJlaYNYP6s5IBKLq7YZY1sbtlmKQttRqKurB67s7dCuaGA2A6VBA==';
43-
$stableVersionLength = 345060719;
44-
$stableVersionFileProviderSignature = 'BCONOVs9x/wJxP4y5i0gqdwEErYFy9HFfGHYyWuXxUn6mgzhMlFLt3lFQOsuVvz2ADsR+fEdIqSFiSN8zEDYAA==';
45-
$stableVersionFileProviderLength = 373240934;
40+
$stableReleaseDate = '2026-03-11 15:00';
41+
$stableVersion = '4.0.7';
42+
$stableVersionSignature = 'bwlGWdC92IvoiOtjL/FTuFHdqPEJ02B+lTQy/qGwkfJemnrJeH+BDjRNkJZ2/worA7OT8Gn2e18K3c9hj/V+Dw==';
43+
$stableVersionLength = 345086717;
44+
$stableVersionFileProviderSignature = 'UBxf+cSW8EV7BN7fNsfgvMvPAzqvBfa8RNFuge56xGg/V9vhe4D9W1oqF3mTsex1A7lb2pbAQXFqgnx5nrqzCg==';
45+
$stableVersionFileProviderLength = 373254923;
4646

4747
//
4848
// enterprise

0 commit comments

Comments
 (0)