Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 4, 2025
1 parent 9854859 commit 70a3de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.16.3-dev21');
document.write('Version 1.16.3-dev22');
};

function writeFooter() {
document.write('Generated on Tue Feb 4 2025 08:10:20 for CMSIS-DSP 1.16.3-dev21+gf20b1b4. Copyright © 2025 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Tue Feb 4 2025 09:51:17 for CMSIS-DSP 1.16.3-dev22+g9d1e74d. Copyright © 2025 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "1.16.3-dev21",
"main": "1.16.3-dev22",
"latest": "1.16.2",
"v1.16.1": "1.16.1",
"v1.16.0": "1.16.0",
Expand Down

0 comments on commit 70a3de1

Please sign in to comment.