File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1636,7 +1636,7 @@ static void BufferFree(PVOID Pointer)
16361636static DWORD CreateChunkDiskStorageUnit (ChunkDisk* cdisk, BOOLEAN write_protected, PWSTR pipe_name)
16371637{
16381638 const wchar_t ProductId[] = L" ChunkDisk" ;
1639- const wchar_t ProductRevision[] = L" 0.4 " ;
1639+ const wchar_t ProductRevision[] = L" 0.5 " ;
16401640 SPD_STORAGE_UNIT_PARAMS unit_params;
16411641
16421642 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,4 ,0,0
5- PRODUCTVERSION 0,4 ,0,0
4+ FILEVERSION 0,5 ,0,0
5+ PRODUCTVERSION 0,5 ,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.4 .0.0"
21+ VALUE "FileVersion", "0.5 .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.4 .0.0"
26+ VALUE "ProductVersion", "0.5 .0.0"
2727 END
2828 END
2929 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments