From d28495e066ae8ea8dd37164ebaf7a52d932014f9 Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Sun, 2 Mar 2014 11:37:20 -0500 Subject: Can now pass "0" as partition number to -A, -c, -t, and -u commands in sgdisk *IF* "0" was also used as a partition number in a preceding -n command. --- support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support.h') diff --git a/support.h b/support.h index d4286e7..51ae414 100644 --- a/support.h +++ b/support.h @@ -8,7 +8,7 @@ #ifndef __GPTSUPPORT #define __GPTSUPPORT -#define GPTFDISK_VERSION "0.8.9.2" +#define GPTFDISK_VERSION "0.8.9.3" #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