X-Git-Url: https://code.delx.au/refind/blobdiff_plain/cee29bbe756d31c517f874c668e33305642a504d..fe53e20674a0f3dff46aa42d5676a5304dac92bf:/filesystems/fsw_efi.c diff --git a/filesystems/fsw_efi.c b/filesystems/fsw_efi.c index 7c4ea0f..faaa5d5 100644 --- a/filesystems/fsw_efi.c +++ b/filesystems/fsw_efi.c @@ -80,7 +80,7 @@ /** 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.4.2 " FSW_EFI_STRINGIFY(t) L" File System Driver" +#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.4.3 " FSW_EFI_STRINGIFY(t) L" File System Driver" // function prototypes