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 a5ba79870a Changed files for the AOO 4.1.16 release
a5ba79870a is described below
commit a5ba79870a5a44f9fd8fff27adfc7e185033ee3f
Author: Marcus <[email protected]>
AuthorDate: Mon Nov 10 21:12:01 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 fc6f82eea3..b5f38606e8 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 = "AOO4116m3"; // 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-09"; // Date of the
public announced release.
+DL.REL_DATE = "2025-November-10"; // 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 a84e9b8aeb..339fab1253 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": [ 'AOO4116m3', '9816', 'Git hash 277251aa7e', '2025-11-09' ],
+ "1": [ 'AOO4116m3', '9816', 'Git hash 277251aa7e', '2025-11-10' ],
"2": [ 'tar_bz2', 'y', '209' ],
"3": [ 'tar_gz', 'y', '276' ],
"4": [ 'zip', 'y', '323' ] },