Skip to content

Commit

Permalink
Version 0.9.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Hrynchyshyn <vadimgrn@gmail.com>
  • Loading branch information
vadimgrn committed Sep 8, 2022
1 parent a4553b9 commit e7b252f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion driver/vhci/pnp_remove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ PAGEABLE void destroy(vpdo_dev_t &vpdo)
}
}

auto set_parent_null(_In_ vdev_t *child, _In_ vdev_t *parent)
auto set_parent_null(_In_ vdev_t *child, [[maybe_unused]] _In_ vdev_t *parent)
{
NT_ASSERT(child->parent == parent);
child->parent = nullptr;
Expand Down
8 changes: 4 additions & 4 deletions userspace/devnode/devnode.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,2,0
PRODUCTVERSION 0,9,2,0
FILEVERSION 0,9,3,0
PRODUCTVERSION 0,9,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "usbip-win2"
VALUE "FileDescription", "devnode for usbip-win2"
VALUE "FileVersion", "0.9.2.0"
VALUE "FileVersion", "0.9.3.0"
VALUE "InternalName", "devnode.exe"
VALUE "LegalCopyright", "Copyright (C) 2022 usbip-win2 project"
VALUE "OriginalFilename", "devnode.exe"
VALUE "ProductName", "usbip-win2"
VALUE "ProductVersion", "0.9.2.0"
VALUE "ProductVersion", "0.9.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions userspace/usbip/usbip.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,2,0
PRODUCTVERSION 0,9,2,0
FILEVERSION 0,9,3,0
PRODUCTVERSION 0,9,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "usbip-win2"
VALUE "FileDescription", "usbip for usbip-win2"
VALUE "FileVersion", "0.9.2.0"
VALUE "FileVersion", "0.9.3.0"
VALUE "InternalName", "usbip.exe"
VALUE "LegalCopyright", "Copyright (C) 2022 usbip-win2 project"
VALUE "OriginalFilename", "usbip.exe"
VALUE "ProductName", "usbip-win2"
VALUE "ProductVersion", "0.9.2.0"
VALUE "ProductVersion", "0.9.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit e7b252f

Please # to comment.