summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-07-04 01:54:00 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-07-04 01:54:00 -0400
commit61768bccdec0016d3d9757d08e63f9a1386c8bc4 (patch)
tree5c026e24a90fd2bad28c0c03df8d698844a9b30a /gpt.h
parent8f1b2d6edcb4ab45c8cf80c6e58c5c776d2e550e (diff)
downloadsgdisk-61768bccdec0016d3d9757d08e63f9a1386c8bc4.tar.gz
Fixed bug in hybrid MBR generation; gdisk 0.6.9
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h4
1 files changed, 2 insertions, 2 deletions
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 <stdint.h>
@@ -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,