diff --git a/v1.10.1/ChangeLog_pg.html b/v1.10.1/ChangeLog_pg.html
index 8e3879d9..b0347fc4 100644
--- a/v1.10.1/ChangeLog_pg.html
+++ b/v1.10.1/ChangeLog_pg.html
@@ -111,8 +111,6 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html','');});
| Version | Description |
-| 1.10.1-rc6 | Workflow testing |
-
| 1.10.1-rc5 | Github workflow testing |
| 1.10.1-rc4 | Workflow testing |
diff --git a/v1.10.1/footer.js b/v1.10.1/footer.js
index 7362047f..6417db29 100644
--- a/v1.10.1/footer.js
+++ b/v1.10.1/footer.js
@@ -1,7 +1,7 @@
function writeHeader() {
- document.write('Version 1.10.1-rc6');
+ document.write('Version 1.10.1');
};
function writeFooter() {
- document.write('Generated on Tue Jun 28 2022 11:49:24 for CMSIS-DSP 1.10.1-rc6. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
+ document.write('Generated on Tue Jun 28 2022 11:55:45 for CMSIS-DSP 1.10.1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
};