]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
Changed install.sh to better support Yosemite.
[refind] / filesystems / fsw_efi.c
index dd5d7c5f1576aa2f4b27fc7ee1d68bc5a6a876ec..f2cb4fe372900871055fc7594711743695e4cb6a 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.3 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.8.4 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes