From 88ecd95dbc07f27b80b1fbfe463798f8bf43642d Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Wed, 12 Sep 2018 20:46:31 +0900 Subject: [PATCH] Bump bootloader version --- boot/cstuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/cstuff.c b/boot/cstuff.c index baa4140b..90fbf016 100644 --- a/boot/cstuff.c +++ b/boot/cstuff.c @@ -19,7 +19,7 @@ EFI_HANDLE ImageHandleIn; #include "options.h" /* Basic text strings */ -#define BASE_VERSION "ToaruOS-NIH Bootloader v2.0" +#define BASE_VERSION "ToaruOS-NIH Bootloader v2.1" #ifdef EFI_PLATFORM # if defined(__x86_64__) # define VERSION_TEXT BASE_VERSION " (EFI, X64)"