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 Aug 19, 2024
1 parent eca373f commit a4b99e3
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 11.1.1-dev2');
document.write('Version 11.1.1-dev3');
};

function writeFooter() {
document.write('Generated on Thu May 30 2024 08:47:58 for CMSIS-FreeRTOS 11.1.1-dev2+gba82e7e. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Mon Aug 19 2024 09:42:27 for CMSIS-FreeRTOS 11.1.1-dev3+g533ca44. 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": "11.1.1-dev2",
"main": "11.1.1-dev3",
"latest": "11.1.0",
"v11.0.1": "11.0.1",
"v10.5.1": "10.5.1"
Expand Down

0 comments on commit a4b99e3

Please sign in to comment.