]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
Significant improvements to legacy-mode boot support, particularly on
[refind] / filesystems / fsw_efi.c
index cabc61f233bc21a6b5d4379ddca73c664860bab9..09ba0a78615b59ecbdfc9b92340956f0d44c7109 100644 (file)
@@ -98,7 +98,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.7.9 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.8.0 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes