Libreboot 20241206rev10

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-02-19 22:05:59 +00:00
parent 697afdea43
commit 68ebde2f03
7 changed files with 7 additions and 7 deletions
@@ -16,7 +16,7 @@ index 04d058f55..b1cc8f236 100644
grub_term_cls (term);
- msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
+ msg_formatted = grub_xasprintf (_("Libreboot 20241206, 8th revision (GRUB menu): https://libreboot.org/"));
+ msg_formatted = grub_xasprintf (_("Libreboot 20241206, 10th revision (GRUB menu): https://libreboot.org/"));
if (!msg_formatted)
return;