From 427c799b611e357223da28c778a08451fb789590 Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Thu, 12 Sep 2013 12:37:44 -0400 Subject: Fixed hybrid creation bug on over-2TiB disks & improved verification ('v') detection of disks with 0xEE partitions that don't begin on sector 1. --- support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support.h') diff --git a/support.h b/support.h index 53e6405..0e7b504 100644 --- a/support.h +++ b/support.h @@ -8,7 +8,7 @@ #ifndef __GPTSUPPORT #define __GPTSUPPORT -#define GPTFDISK_VERSION "0.8.7.1" +#define GPTFDISK_VERSION "0.8.7.2" #if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__) // Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64 -- cgit v1.2.1