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 e754e9a456690c34db58053f7df91a6c65f30ab1 Author: Marcus <[email protected]> AuthorDate: Mon May 3 21:25:34 2021 +0200 Changed file for the AOO 4.1.10 release --- assets/download/globalvars.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/assets/download/globalvars.js b/assets/download/globalvars.js index 9c2962c..9d04c88 100644 --- a/assets/download/globalvars.js +++ b/assets/download/globalvars.js @@ -12,13 +12,13 @@ var DL = new Object(); // Stable release: General properties. -DL.VERSION = "4.1.9"; // Release version in full format "x.y.z". +DL.VERSION = "4.1.10"; // Release version in full format "x.y.z". 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 = "561082130a"; // Git revision. -DL.REL_DATE = "2021-Feb-07"; // Date of the public announced release. -DL.PREV_VERSION = "4.1.8"; // Release of the previous version. +DL.MILESTONE = "AOO4110m2"; // Milestone ID (from AOO build system). +DL.BUILD = "9807"; // Build ID (from AOO build system). +DL.SVN_REV = "b1cdbd2c1b"; // Git revision. +DL.REL_DATE = "2021-May-04"; // Date of the public announced release. +DL.PREV_VERSION = "4.1.9"; // 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). @@ -85,7 +85,8 @@ DL.SEL_LANG = [ "ast", "Asturian", "Asturianu", // Data for the <select> element "ver". // Value Visible text -DL.SEL_VER = [ "4.1.9", "4.1.9", +DL.SEL_VER = [ "4.1.10", "4.1.10", + "4.1.9", "4.1.9", "4.1.8", "4.1.8", "4.1.7", "4.1.7", "4.1.6", "4.1.6",
