Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
extratype committed Apr 25, 2021
1 parent d8f205f commit ac848fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chunkdisk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ static void BufferFree(PVOID Pointer)
static DWORD CreateChunkDiskStorageUnit(ChunkDisk* cdisk, BOOLEAN write_protected, PWSTR pipe_name)
{
const wchar_t ProductId[] = L"ChunkDisk";
const wchar_t ProductRevision[] = L"0.4";
const wchar_t ProductRevision[] = L"0.5";
SPD_STORAGE_UNIT_PARAMS unit_params;

memset(&unit_params, 0, sizeof unit_params);
Expand Down
8 changes: 4 additions & 4 deletions chunkdisk.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winver.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEVERSION 0,5,0,0
PRODUCTVERSION 0,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -18,12 +18,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "chunkdisk"
VALUE "FileVersion", "0.4.0.0"
VALUE "FileVersion", "0.5.0.0"
VALUE "InternalName", "chunkdisk.exe"
VALUE "LegalCopyright", "Copyright (C) 2021 extratype"
VALUE "OriginalFilename", "chunkdisk.exe"
VALUE "ProductName", "chunkdisk"
VALUE "ProductVersion", "0.4.0.0"
VALUE "ProductVersion", "0.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ac848fe

Please sign in to comment.