Skip to content

Commit ac848fe

Browse files
committed
Release 0.5
1 parent d8f205f commit ac848fe

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
@@ -1636,7 +1636,7 @@ static void BufferFree(PVOID Pointer)
16361636
static 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);

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,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"

0 commit comments

Comments
 (0)