]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
Tweaks to graphics mode-setting code; added --root option to install.sh
[refind] / filesystems / fsw_efi.c
index 3e96e6200f17f2dc39d13621a841d31f140fcfd9..4bcb90d6a7f6765809a6a523b6354432b88f975a 100644 (file)
@@ -76,7 +76,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.6.0 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.6.1 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes