From d3b4ceae3fc76985ccca14bb4a144d642a4a2dac Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 18 Jun 2024 12:01:45 +0000 Subject: [PATCH] Update documentation for branch main --- main/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/footer.js b/main/footer.js index 60901a5..fb17e72 100644 --- a/main/footer.js +++ b/main/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - document.write('Generated on Fri Jun 14 2024 06:00:13 for CMSIS-CV 0.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Tue Jun 18 2024 12:01:36 for CMSIS-CV 0.0.0. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); };