summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index 81fd16c..876ecde 100644
--- a/gpt.h
+++ b/gpt.h
@@ -15,7 +15,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
-#define GPTFDISK_VERSION "0.6.4"
+#define GPTFDISK_VERSION "0.6.5-pre1"
// Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest-
// numbered value to refer to partition numbers. (Most will be 0 or positive,