]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
main.c: fix for skipping auto-added entries with DONT_SCAN_FILES
[refind] / filesystems / fsw_efi.c
index 6081377539eeaba6903cac58eae546e04b5cc92e..dd5d7c5f1576aa2f4b27fc7ee1d68bc5a6a876ec 100644 (file)
@@ -78,7 +78,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.8.2 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.8.3 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes