Skip to content

Commit 25a5391

Browse files
author
github-actions
committed
Update documentation for branch main
1 parent 8073149 commit 25a5391

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

main/footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function writeHeader() {
2-
document.write('Version 2.2.0-dev16');
2+
document.write('Version 2.2.0-dev17');
33
};
44

55
function writeFooter() {
6-
document.write('Generated on Mon Nov 24 2025 08:25:20 for CMSIS-Compiler Support 2.2.0-dev16+g651efec. Copyright © 2025 Arm Limited (or its affiliates). All rights reserved.');
6+
document.write('Generated on Wed Jan 21 2026 09:53:56 for CMSIS-Compiler Support 2.2.0-dev17+g260fdba. Copyright © 2026 Arm Limited (or its affiliates). All rights reserved.');
77
};

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//--- list of versions ---
22
const versions = {
3-
"main": "2.2.0-dev16",
3+
"main": "2.2.0-dev17",
44
"latest": "2.1.0",
55
"v2.0.0": "2.0.0",
66
"v1.0.0": "1.0.0"

0 commit comments

Comments
 (0)