Bump bootloader version

This commit is contained in:
K. Lange 2018-09-12 20:46:31 +09:00
parent 43fc653183
commit 88ecd95dbc
1 changed files with 1 additions and 1 deletions

View File

@ -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)"