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 Mar 8, 2024
1 parent e997bb6 commit ccfe35b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 3.0.1-dev22');
document.write('Version 3.0.1-dev23');
};

function writeFooter() {
document.write('Generated on Fri Mar 8 2024 11:16:34 for CMSIS-Driver Validation 3.0.1-dev22+g8e04af4. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
document.write('Generated on Fri Mar 8 2024 11:18:37 for CMSIS-Driver Validation 3.0.1-dev23+ga9e52e2. Copyright © 2022-2024 Arm Limited (or its affiliates). All rights reserved.');
};
2 changes: 1 addition & 1 deletion main/rev_hist.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<tr>
<th>Version </th><th>Description </th></tr>
<tr>
<td>v3.0.1-dev22+g8e04af4 </td><td>Active Development ...<ul>
<td>v3.0.1-dev23+ga9e52e2 </td><td>Active Development ...<ul>
<li>Add GPIO Driver validation</li>
<li>Improve Ethernet driver validation</li>
<li>Update examples</li>
Expand Down
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": "3.0.1-dev22",
"main": "3.0.1-dev23",
"latest": "3.0.0",
"3.0.0": "3.0.0"
}
Expand Down

0 comments on commit ccfe35b

Please sign in to comment.