Final 0.6.7 release; minor bug fixes.

This commit is contained in:
srs5694
2010-05-01 21:04:23 -04:00
parent 0283dae41a
commit c54e9b4062
6 changed files with 37 additions and 24 deletions

2
gpt.h
View File

@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
#define GPTFDISK_VERSION "0.6.7-pre1"
#define GPTFDISK_VERSION "0.6.7"
// Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest-
// numbered value to refer to partition numbers. (Most will be 0 or positive,