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 Oct 25, 2024
1 parent bb91842 commit d6837c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main/FileSystem/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 13:20:41 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Oct 25 2024 13:25:59 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
4 changes: 2 additions & 2 deletions main/General/footer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 8.0.1-dev7');
document.write('Version 8.0.1-dev8');
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 13:20:41 for MDK-Middleware 8.0.1-dev7+g653d0e7. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Oct 25 2024 13:25:59 for MDK-Middleware 8.0.1-dev8+g3ffa8e8. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/Network/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 13:20:41 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Oct 25 2024 13:25:59 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/USB/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ function writeHeader() {
};

function writeFooter() {
document.write('Generated on Fri Oct 25 2024 13:20:42 for USB Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Oct 25 2024 13:26:00 for USB Component 8.0.0. 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,7 +1,7 @@
//--- list of versions‚ ---
const versions = {
"General": {
"main": "8.0.1-dev7",
"main": "8.0.1-dev8",
"latest": "8.0.0"
},
"FileSystem": {
Expand Down

0 comments on commit d6837c0

Please sign in to comment.