]> code.delx.au - refind/blobdiff - gptsync/gptsync.c
Significant reworking of Makefile structure. Added Apple Core Storage
[refind] / gptsync / gptsync.c
index 2696e66d0a336b308b1fabfd5d597d89d73e30dc..c711186c97fc02115f44bee4fd50a8ccafea291c 100644 (file)
@@ -494,7 +494,7 @@ UINTN gptsync(VOID)
     UINTN   status_gpt, status_mbr;
     BOOLEAN proceed = FALSE;
 
-    Print(L"gptsync version %s\ncopyright (c) 2006-2007 Christoph Pfisterer & 2013 Roderick W. Smith\n", VERSION);
+    Print(L"gptsync version %s\ncopyright (c) 2006-2007 Christoph Pfisterer & 2013 Roderick W. Smith\n", REFIND_VERSION);
 
     // get full information from disk
     status_gpt = read_gpt();