File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1666,7 +1666,7 @@ static void BufferFree(PVOID Pointer)
16661666static 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);
Original file line number Diff line number Diff line change 11#include <winver.h>
22
33VS_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"
You can’t perform that action at this time.
0 commit comments