Skip to content

Commit e99ec64

Browse files
committed
Release 0.6
1 parent 506a314 commit e99ec64

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

chunkdisk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ static void BufferFree(PVOID Pointer)
16661666
static DWORD CreateChunkDiskStorageUnit(ChunkDisk* cdisk, BOOLEAN write_protected, PWSTR pipe_name)
16671667
{
16681668
const wchar_t ProductId[] = L"ChunkDisk";
1669-
const wchar_t ProductRevision[] = L"0.5";
1669+
const wchar_t ProductRevision[] = L"0.6";
16701670
SPD_STORAGE_UNIT_PARAMS unit_params;
16711671

16721672
memset(&unit_params, 0, sizeof unit_params);

chunkdisk.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 0,5,0,0
5-
PRODUCTVERSION 0,5,0,0
4+
FILEVERSION 0,6,0,0
5+
PRODUCTVERSION 0,6,0,0
66
FILEFLAGSMASK 0x3fL
77
#ifdef _DEBUG
88
FILEFLAGS 0x1L
@@ -18,12 +18,12 @@ BEGIN
1818
BLOCK "040904b0"
1919
BEGIN
2020
VALUE "FileDescription", "chunkdisk"
21-
VALUE "FileVersion", "0.5.0.0"
21+
VALUE "FileVersion", "0.6.0.0"
2222
VALUE "InternalName", "chunkdisk.exe"
2323
VALUE "LegalCopyright", "Copyright (C) 2021 extratype"
2424
VALUE "OriginalFilename", "chunkdisk.exe"
2525
VALUE "ProductName", "chunkdisk"
26-
VALUE "ProductVersion", "0.5.0.0"
26+
VALUE "ProductVersion", "0.6.0.0"
2727
END
2828
END
2929
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)