Skip to content

Commit 26d810c

Browse files
release 10.16.0 (#41409)
* chore: release 10.16.0 RC1 * chore: remove Windows SMB server test pipeline (#41413) Co-authored-by: Phillip Davis <[email protected]> * ci: drop sonar for the time being (#41415) * feat: update ca-bundle.crt (#41411) * chore: release 10.16.0 * Merge pull request #41410 from owncloud/chore/remove-talk ci: remove references to talk.owncloud.com --------- Co-authored-by: Phillip Davis <[email protected]>
1 parent f9546d2 commit 26d810c

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of Contents
22

3-
* [Changelog for unreleased](#changelog-for-owncloud-core-unreleased-unreleased)
3+
* [Changelog for 10.16.0](#changelog-for-owncloud-core-10160-2025-10-23)
44
* [Changelog for 10.15.3](#changelog-for-owncloud-core-10153-2025-07-04)
55
* [Changelog for 10.15.2](#changelog-for-owncloud-core-10152-2025-03-11)
66
* [Changelog for 10.15.1](#changelog-for-owncloud-core-10151-2025-03-03)
@@ -25,12 +25,12 @@
2525
* [Changelog for 10.4.1](#changelog-for-owncloud-core-1041-2020-03-30)
2626
* [Changelog for 10.4.0](#changelog-for-owncloud-core-1040-2020-02-10)
2727
* [Changelog for 10.3.2](#changelog-for-owncloud-core-1032-2019-12-04)
28-
# Changelog for ownCloud Core [unreleased] (UNRELEASED)
28+
# Changelog for ownCloud Core [10.16.0] (2025-10-23)
2929

30-
The following sections list the changes in ownCloud core unreleased relevant to
30+
The following sections list the changes in ownCloud core 10.16.0 relevant to
3131
ownCloud admins and users.
3232

33-
[unreleased]: https://github.com/owncloud/core/compare/v10.15.3...master
33+
[10.16.0]: https://github.com/owncloud/core/compare/v10.15.3...v10.16.0
3434

3535
## Summary
3636

changelog/10.16.0_2025-10-23/.gitkeep

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
// We only can count up. The 4. digit is only for the internal patch-level to trigger DB upgrades
2626
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch-level
2727
// when updating major/minor version number.
28-
$OC_Version = [10, 15, 3, 0];
28+
$OC_Version = [10, 16, 0, 0];
2929

3030
// The human-readable string
31-
$OC_VersionString = '10.15.3';
31+
$OC_VersionString = '10.16.0';
3232

3333
$OC_VersionCanBeUpgradedFrom = [[8, 2, 11],[9, 0, 9],[9, 1]];
3434

0 commit comments

Comments
 (0)