From 26f4c82b8ed1e61147e0760e85ec2b722a4695a6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Jun 2022 12:42:53 +0000 Subject: [PATCH] Update main documentation --- main/ChangeLog_pg.html | 4 ---- main/footer.js | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/main/ChangeLog_pg.html b/main/ChangeLog_pg.html index 54b76f9f..eb8b95d7 100644 --- a/main/ChangeLog_pg.html +++ b/main/ChangeLog_pg.html @@ -111,10 +111,6 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html','');}); Version Description -1.10.3 Pack generation improvement - -1.10.2 Improvements to the github workflow - 1.10.1 First release with new repository diff --git a/main/footer.js b/main/footer.js index a23772e5..96806001 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.10.4-dev1+gb4eff8f'); + document.write('Version 1.10.2-dev1+g421e1b1'); }; function writeFooter() { - document.write('Generated on Wed Jun 29 2022 12:10:57 for CMSIS-DSP 1.10.4-dev1+gb4eff8f. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Wed Jun 29 2022 12:42:20 for CMSIS-DSP 1.10.2-dev1+g421e1b1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); };