Skip to content

Commit

Permalink
Release 2.0.6.1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Oct 2, 2022
1 parent bfbfe2c commit 5464da7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dokan.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<DOKANAPIVersion>2</DOKANAPIVersion>
<DOKANVersion>2.0.5</DOKANVersion>
<DOKANVersion>2.0.6</DOKANVersion>
</PropertyGroup>
<PropertyGroup />
<ItemDefinitionGroup />
Expand Down
2 changes: 1 addition & 1 deletion dokan/dokan.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {
/** @{ */

/** The current Dokan version (200 means ver 2.0.0). \ref DOKAN_OPTIONS.Version */
#define DOKAN_VERSION 205
#define DOKAN_VERSION 206
/** Minimum Dokan version (ver 2.0.0) accepted. */
#define DOKAN_MINIMUM_COMPATIBLE_VERSION 200
/** Driver file name including the DOKAN_MAJOR_API_VERSION */
Expand Down
8 changes: 4 additions & 4 deletions dokan/dokan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,5,1000
PRODUCTVERSION 2,0,5,1000
FILEVERSION 2,0,6,1000
PRODUCTVERSION 2,0,6,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Library"
VALUE "FileVersion", "2.0.5.1000"
VALUE "FileVersion", "2.0.6.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokan.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.5.1000"
VALUE "ProductVersion", "2.0.6.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions dokan_fuse/src/dokanfuse.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,5,1000
PRODUCTVERSION 2,0,5,1000
FILEVERSION 2,0,6,1000
PRODUCTVERSION 2,0,6,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Fuse library"
VALUE "FileVersion", "2.0.5.1000"
VALUE "FileVersion", "2.0.6.1000"
VALUE "InternalName", "dokanfuse.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokanfuse.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.5.1000"
VALUE "ProductVersion", "2.0.6.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions dokan_np/dokan_np.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,5,1000
PRODUCTVERSION 2,0,5,1000
FILEVERSION 2,0,6,1000
PRODUCTVERSION 2,0,6,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Network Provider"
VALUE "FileVersion", "2.0.5.1000"
VALUE "FileVersion", "2.0.6.1000"
VALUE "InternalName", "dokan.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokannp.dll"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.5.1000"
VALUE "ProductVersion", "2.0.6.1000"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions dokan_wix/version.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName="Dokan Library" ?>
<?define ProductCodeX64="{9A7325EA-D3C9-0200-0005-220704082610}" ?>
<?define ProductCodeX64="{9A7325EA-D3C9-0200-0006-221002114833}" ?>
<?define UpgradeCodeX64="{31A8F445-2AC6-494B-819C-4F4E1B2AECF1}" ?>
<?define ProductCodeX86="{D1680D5B-295F-0200-0005-220704082610}" ?>
<?define ProductCodeX86="{D1680D5B-295F-0200-0006-221002114833}" ?>
<?define UpgradeCodeX86="{B08DE90A-F064-4ADC-99AC-2EC933417CC5}" ?>
<?define ProviderKey="{6DE61B71-BBFA-4007-8660-BD13A0DF9004}" ?>
<?define BundleUpgradeCode="{F9DD32AC-C2BA-4B2C-841F-B34ABED0A0F1}" ?>
<?define BaseVersion="2.0.5" ?>
<?define BaseVersion="2.0.6" ?>
<?define MajorVersion="2" ?>
<?define BuildVersion="1000" ?>
<?define CompanyName="Dokany Project" ?>
Expand Down
8 changes: 4 additions & 4 deletions sys/dokan.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,5,1000
PRODUCTVERSION 2,0,5,1000
FILEVERSION 2,0,6,1000
PRODUCTVERSION 2,0,6,1000
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,12 +34,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Dokan Project"
VALUE "FileDescription", "Dokan Driver"
VALUE "FileVersion", "2.0.5.1000"
VALUE "FileVersion", "2.0.6.1000"
VALUE "InternalName", "dokan.sys"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "dokan.sys"
VALUE "ProductName", "Dokan"
VALUE "ProductVersion", "2.0.5.1000"
VALUE "ProductVersion", "2.0.6.1000"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 5464da7

Please sign in to comment.