]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
Version 0.8.2 release; refinement to last-booted as default selection
[refind] / filesystems / fsw_efi.c
index 385883147cc5806d655d614ada81c1b72902157e..4c5dafd27337d82b39617ba673ab6cf640bd529e 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.8.1 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.8.2 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes