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
commit 1112fb89a532b9f7373e37ce6a7688cc97250bb2 Author: Marcus <[email protected]> AuthorDate: Sun Feb 7 15:57:39 2021 +0100 Changed file for the AOO 4.1.9 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 d52106a..42768f9 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 = "AOO419m1"; // Milestone ID (from AOO build system). DL.BUILD = "9805"; // Build ID (from AOO build system). DL.SVN_REV = "56108130a"; // Git revision. -DL.REL_DATE = "2021-Jan-29"; // Date of the public announced release. +DL.REL_DATE = "2021-Feb-07"; // Date of the public announced release. DL.PREV_VERSION = "4.1.8"; // 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 2f3adee..d217655 100644 --- a/assets/download/release_matrix.js +++ b/assets/download/release_matrix.js @@ -26,7 +26,7 @@ DL.release_matrix_419 = { "src": { "0": [ 'src', 'English (US)', 'English (US)', 'y', 'download/index.html' ], - "1": [ 'AOO419m1', '9805', 'Git hash 56108130a', '2021-01-29' ], + "1": [ 'AOO419m1', '9805', 'Git hash 56108130a', '2021-02-07' ], "2": [ 'tar_bz2', 'y', '209' ], "3": [ 'tar_gz', 'y', '276' ], "4": [ 'zip', 'y', '323' ] },
