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 0fcfd0b711 Changed files for the AOO 4.1.16 release
0fcfd0b711 is described below
commit 0fcfd0b711099ff7372022dc7b7a4204b9796557
Author: Marcus <[email protected]>
AuthorDate: Sun Nov 9 17:10:27 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 4b67490997..fc6f82eea3 100644
--- a/assets/download/globalvars.js
+++ b/assets/download/globalvars.js
@@ -14,7 +14,7 @@ var DL = new Object();
// Stable release: General properties.
DL.VERSION = "4.1.16"; // Release
version in full format "x.y.z".
DL.VERSION_SHORT = DL.VERSION; // Release
version in short format "x.y".
-DL.MILESTONE = "AOO4116m1"; // Milestone ID
(from AOO build system).
+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.
diff --git a/assets/download/release_matrix.js
b/assets/download/release_matrix.js
index eb972af923..a84e9b8aeb 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-09' ],
+ "1": [ 'AOO4116m3', '9816', 'Git hash 277251aa7e', '2025-11-09' ],
"2": [ 'tar_bz2', 'y', '209' ],
"3": [ 'tar_gz', 'y', '276' ],
"4": [ 'zip', 'y', '323' ] },