You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2021/02/27 08:51:12 UTC

[openoffice-org] branch main updated: Fixed Git hash

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 4a82655  Fixed Git hash
4a82655 is described below

commit 4a82655566992fe3dd71646507a2451cc8821411
Author: Marcus <ma...@apache.org>
AuthorDate: Sat Feb 27 09:46:57 2021 +0100

    Fixed Git hash
---
 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 42768f9..e628c03 100644
--- a/assets/download/globalvars.js
+++ b/assets/download/globalvars.js
@@ -16,7 +16,7 @@ DL.VERSION			= "4.1.9";		// 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			= "56108130a";		// Git revision.
+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.OLDVERSION			= "3.4.1";		// Old version (last stable release of 3.x series).
diff --git a/assets/download/release_matrix.js b/assets/download/release_matrix.js
index d217655..a31caff 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-02-07' ],
+	 "1": [ 'AOO419m1', '9805', 'Git hash 561082130a', '2021-02-07' ],
 	 "2": [ 'tar_bz2', 'y', '209' ],
 	 "3": [ 'tar_gz',  'y', '276' ],
 	 "4": [ 'zip',	   'y', '323' ] },