diff --git a/main/ChangeLog_pg.html b/main/ChangeLog_pg.html index 7805b81a..54b76f9f 100644 --- a/main/ChangeLog_pg.html +++ b/main/ChangeLog_pg.html @@ -111,6 +111,8 @@ $(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 c122ba12..a23772e5 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.10.3-dev1+g8a30e18'); + document.write('Version 1.10.4-dev1+gb4eff8f'); }; function writeFooter() { - document.write('Generated on Wed Jun 29 2022 08:41:55 for CMSIS-DSP 1.10.3-dev1+g8a30e18. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + 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.'); };