]> 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 7df71aa740371174225f44d436decf246a3f4ce5..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.5.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