X-Git-Url: https://code.delx.au/refind/blobdiff_plain/0864ac754bdb02cb63e8d2323a2ad6b081fdc612..ddf4d9b9c4ec448514742816534787de1c07879c:/filesystems/fsw_efi.c diff --git a/filesystems/fsw_efi.c b/filesystems/fsw_efi.c index 8c38d9c..9fe1e55 100644 --- a/filesystems/fsw_efi.c +++ b/filesystems/fsw_efi.c @@ -80,7 +80,7 @@ EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid = EFI_FILE_SYSTEM_VOLUME_LABEL_INFO /** Helper macro for stringification. */ #define FSW_EFI_STRINGIFY(x) #x /** Expands to the EFI driver name given the file system type name. */ -#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.10.4 " FSW_EFI_STRINGIFY(t) L" File System Driver" +#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.10.5 " FSW_EFI_STRINGIFY(t) L" File System Driver" // function prototypes