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 Apr 10, 2024
1 parent 7c25d53 commit 17a831c
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.0.1-dev16');
document.write('Version 11.0.1-dev17');
};

function writeFooter() {
document.write('Generated on Wed Apr 10 2024 08:28:56 for CMSIS-FreeRTOS 11.0.1-dev16+gbcc8e35. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Wed Apr 10 2024 08:41:11 for CMSIS-FreeRTOS 11.0.1-dev17+g1b36db2. 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.0.1-dev16",
"main": "11.0.1-dev17",
"latest": "10.5.1"
}
//--- list of versions ---
Expand Down

0 comments on commit 17a831c

Please sign in to comment.