Final 0.6.11 version; only trivial changes
diff --git a/gpt.h b/gpt.h
index 115ce4f..d23801f 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,7 +16,7 @@
 #ifndef __GPTSTRUCTS
 #define __GPTSTRUCTS
 
-#define GPTFDISK_VERSION "0.6.11-pre3"
+#define GPTFDISK_VERSION "0.6.11"
 
 // Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest-
 // numbered value to refer to partition numbers. (Most will be 0 or positive,