This is an automated email from the ASF dual-hosted git repository.
marcus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new cdc541a9d8 Changed files for the AOO 4.1.16 release
cdc541a9d8 is described below
commit cdc541a9d82e61516a783820f212b9bd1a89ac7d
Author: Marcus <[email protected]>
AuthorDate: Sun Nov 9 16:54:19 2025 +0100
Changed files for the AOO 4.1.16 release
---
assets/download/globalvars.js | 2 +-
assets/download/release_matrix.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/download/globalvars.js b/assets/download/globalvars.js
index 8b5d1f8933..4b67490997 100644
--- a/assets/download/globalvars.js
+++ b/assets/download/globalvars.js
@@ -17,7 +17,7 @@ DL.VERSION_SHORT = DL.VERSION;
// Release version in short format "x.y".
DL.MILESTONE = "AOO4116m1"; // Milestone ID
(from AOO build system).
DL.BUILD = "9816"; // Build ID
(from AOO build system).
DL.SVN_REV = "277251aa7e"; // Git revision.
-DL.REL_DATE = "2025-November-XX"; // Date of the
public announced release.
+DL.REL_DATE = "2025-November-09"; // Date of the
public announced release.
DL.PREV_VERSION = "4.1.15"; //
Release of the previous version.
DL.OLDVERSION = "3.4.1"; // Old version
(last stable release of 3.x series).
DL.LEGACYVERSION = "3.3.0"; // Old legacy
version (last stable none-Apache release).
diff --git a/assets/download/release_matrix.js
b/assets/download/release_matrix.js
index 2352b85636..eb972af923 100644
--- a/assets/download/release_matrix.js
+++ b/assets/download/release_matrix.js
@@ -26,7 +26,7 @@
DL.release_matrix_4116 = {
"src": {
"0": [ 'src', 'English (US)', 'English (US)', 'y',
'download/index.html' ],
- "1": [ 'AOO4116m1', '9816', 'Git hash 277251aa7e', '2025-11-XX' ],
+ "1": [ 'AOO4116m1', '9816', 'Git hash 277251aa7e', '2025-11-09' ],
"2": [ 'tar_bz2', 'y', '209' ],
"3": [ 'tar_gz', 'y', '276' ],
"4": [ 'zip', 'y', '323' ] },