From 61768bccdec0016d3d9757d08e63f9a1386c8bc4 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Sun, 4 Jul 2010 01:54:00 -0400 Subject: Fixed bug in hybrid MBR generation; gdisk 0.6.9 --- gpt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index 235c7af..91b5152 100644 --- a/gpt.h +++ b/gpt.h @@ -1,7 +1,7 @@ /* gpt.h -- GPT and data structure definitions, types, and functions */ -/* This program is copyright (c) 2009 by Roderick W. Smith. It is distributed +/* This program is copyright (c) 2009, 2010 by Roderick W. Smith. It is distributed under the terms of the GNU GPL version 2, as detailed in the COPYING file. */ #include @@ -16,7 +16,7 @@ #ifndef __GPTSTRUCTS #define __GPTSTRUCTS -#define GPTFDISK_VERSION "0.6.8" +#define GPTFDISK_VERSION "0.6.9" // Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest- // numbered value to refer to partition numbers. (Most will be 0 or positive, -- cgit v1.2.1