diff --git a/main/ChangeLog_pg.html b/main/ChangeLog_pg.html index 5eb4ada7..2d1e3c14 100644 --- a/main/ChangeLog_pg.html +++ b/main/ChangeLog_pg.html @@ -127,6 +127,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable( Version Description +1.14.3 v1.14.3 + 1.14.2

Bug fixes.

Bug fixes and improvements to compute graph.

diff --git a/main/footer.js b/main/footer.js index 8c6749cf..cf6eb25f 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.14.3-dev13'); + document.write('Version 1.14.4-dev1'); }; function writeFooter() { - document.write('Generated on Fri Jan 20 2023 08:01:13 for CMSIS-DSP 1.14.3-dev13+g31d9d2e. Copyright © 2022-2023 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Fri Jan 20 2023 08:25:51 for CMSIS-DSP 1.14.4-dev1+gd1a2633. Copyright © 2022-2023 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/version.js b/version.js index 6bd60d2b..6d2d9c98 100644 --- a/version.js +++ b/version.js @@ -1,7 +1,7 @@ //--- list of versions --- const versions = { + "main": "1.14.4-dev1", "latest": "1.14.3", - "main": "1.14.3-dev13", "v1.14.2": "1.14.2", "v1.14.1": "1.14.1", "v1.14.0": "1.14.0",