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 Sep 4, 2023
1 parent b483976 commit a68398f
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 4.1.1-dev4');
document.write('Version 4.1.1-dev5');
};

function writeFooter() {
document.write('Generated on Thu Aug 24 2023 10:11:42 for CMSIS-NN 4.1.1-dev4+g3f773cb. Copyright © 2022-2023 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Sep 4 2023 09:14:50 for CMSIS-NN 4.1.1-dev5+gb03f9a1. Copyright © 2022-2023 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": "4.1.1-dev4",
"main": "4.1.1-dev5",
"latest": "4.1.0",
"v4.0.0": "4.0.0"
}
Expand Down

0 comments on commit a68398f

Please sign in to comment.