summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-01-19 20:24:38 -0500
committersrs5694 <srs5694@users.sourceforge.net>2010-01-19 20:24:38 -0500
commit245a6a5a280cb021faa54bbcb931415f3d182dd9 (patch)
tree1a78030eb1a66b4ad57973bb93abba79f6d9aaaf /gpt.h
parenta6022b0327bb19459c95a0e8242249e00dbcb609 (diff)
downloadsgdisk-245a6a5a280cb021faa54bbcb931415f3d182dd9.tar.gz
Fixed bug regarding disk size on FreeBSD when using disk images. This
but doesn't affect disk files or non-FreeBSD platforms.
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index 2dab928..1f780ee 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
-#define GPTFDISK_VERSION "0.6.0"
+#define GPTFDISK_VERSION "0.6.1-pre2"
using namespace std;