diff --git a/Dokan.props b/Dokan.props
index dd73314b..c9debb75 100644
--- a/Dokan.props
+++ b/Dokan.props
@@ -3,7 +3,7 @@
2
- 2.0.5
+ 2.0.6
diff --git a/dokan/dokan.h b/dokan/dokan.h
index 474eb0f4..735b438f 100644
--- a/dokan/dokan.h
+++ b/dokan/dokan.h
@@ -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 */
diff --git a/dokan/dokan.rc b/dokan/dokan.rc
index 41fa3900..5972bff9 100644
--- a/dokan/dokan.rc
+++ b/dokan/dokan.rc
@@ -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
@@ -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"
diff --git a/dokan_fuse/src/dokanfuse.rc b/dokan_fuse/src/dokanfuse.rc
index 461a271b..067dbec6 100644
--- a/dokan_fuse/src/dokanfuse.rc
+++ b/dokan_fuse/src/dokanfuse.rc
@@ -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
@@ -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"
diff --git a/dokan_np/dokan_np.rc b/dokan_np/dokan_np.rc
index 055480dd..317b9d97 100644
--- a/dokan_np/dokan_np.rc
+++ b/dokan_np/dokan_np.rc
@@ -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
@@ -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"
diff --git a/dokan_wix/version.xml b/dokan_wix/version.xml
index de0f6fed..8e016ba8 100644
--- a/dokan_wix/version.xml
+++ b/dokan_wix/version.xml
@@ -1,13 +1,13 @@
-
+
-
+
-
+
diff --git a/sys/dokan.rc b/sys/dokan.rc
index a387e9e2..59547ec8 100644
--- a/sys/dokan.rc
+++ b/sys/dokan.rc
@@ -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
@@ -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"