diff --git a/v1.14.2/ChangeLog_pg.html b/v1.14.2/ChangeLog_pg.html
index a883f7c2..e2855e20 100644
--- a/v1.14.2/ChangeLog_pg.html
+++ b/v1.14.2/ChangeLog_pg.html
@@ -127,7 +127,7 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable(
| Version | Description |
-| 1.14.2 | 1.14.2 version Bug fixes |
+1.14.2 | Bug fixes Improvements to compute graph |
| 1.14.1 | Some Neon acceleration for aarch64 f64 kernels |
diff --git a/v1.14.2/footer.js b/v1.14.2/footer.js
index 4adeb31a..6522a69f 100644
--- a/v1.14.2/footer.js
+++ b/v1.14.2/footer.js
@@ -3,5 +3,5 @@ function writeHeader() {
};
function writeFooter() {
- document.write('Generated on Fri Nov 4 2022 08:34:59 for CMSIS-DSP 1.14.2. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
+ document.write('Generated on Fri Nov 4 2022 08:44:24 for CMSIS-DSP 1.14.2. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
};