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 Jul 1, 2024
1 parent 1b50b50 commit 3f06c25
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.15.1-dev54');
document.write('Version 1.15.1-dev55');
};

function writeFooter() {
document.write('Generated on Fri Jun 28 2024 06:09:38 for CMSIS-DSP 1.15.1-dev54+g69d4b8e. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Jul 1 2024 09:45:29 for CMSIS-DSP 1.15.1-dev55+gd7bff44. Copyright © 2024 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.15.1-dev54",
"main": "1.15.1-dev55",
"latest": "1.15.0",
"v1.14.4": "1.14.4",
"v1.14.3": "1.14.3",
Expand Down

0 comments on commit 3f06c25

Please sign in to comment.