diff --git a/main/ChangeLog_pg.html b/main/ChangeLog_pg.html
index eb8b95d7..13b9c4d8 100644
--- a/main/ChangeLog_pg.html
+++ b/main/ChangeLog_pg.html
@@ -111,6 +111,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html','');});
| Version | Description |
+| 9.9.9 | Test release workflow |
+
| 1.10.1 | First release with new repository |
diff --git a/main/footer.js b/main/footer.js
index 16bee779..a7935947 100644
--- a/main/footer.js
+++ b/main/footer.js
@@ -1,7 +1,7 @@
function writeHeader() {
- document.write('Version 1.10.2-dev2+g7ae1cf1');
+ document.write('Version 1.10.2-dev3+gf76f0bd');
};
function writeFooter() {
- document.write('Generated on Wed Jun 29 2022 13:28:20 for CMSIS-DSP 1.10.2-dev2+g7ae1cf1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
+ document.write('Generated on Thu Jun 30 2022 06:46:25 for CMSIS-DSP 1.10.2-dev3+gf76f0bd. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
};