diff --git a/main/FileSystem/footer.js b/main/FileSystem/footer.js index c9c5969..922ee63 100644 --- a/main/FileSystem/footer.js +++ b/main/FileSystem/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - 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.'); + document.write('Generated on Fri Oct 25 2024 14:19:29 for File System Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/General/footer.js b/main/General/footer.js index de44d1b..8c961f1 100644 --- a/main/General/footer.js +++ b/main/General/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 8.0.1-dev8'); + document.write('Version 8.0.1-dev9'); }; function writeFooter() { - 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.'); + document.write('Generated on Fri Oct 25 2024 14:19:29 for MDK-Middleware 8.0.1-dev9+g430be9d. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/Network/footer.js b/main/Network/footer.js index 29e0d7c..5ba6fa7 100644 --- a/main/Network/footer.js +++ b/main/Network/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - 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.'); + document.write('Generated on Fri Oct 25 2024 14:19:29 for Network Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/USB/footer.js b/main/USB/footer.js index 1972a4c..4a8b9c4 100644 --- a/main/USB/footer.js +++ b/main/USB/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - 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.'); + document.write('Generated on Fri Oct 25 2024 14:19:30 for USB Component 8.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/version.js b/version.js index cba542c..79713ed 100644 --- a/version.js +++ b/version.js @@ -1,7 +1,7 @@ //--- list of versions‚ --- const versions = { "General": { - "main": "8.0.1-dev8", + "main": "8.0.1-dev9", "latest": "8.0.0" }, "FileSystem": {