diff --git a/dokan/dokan.h b/dokan/dokan.h index 987b6396c..fa713c2fd 100644 --- a/dokan/dokan.h +++ b/dokan/dokan.h @@ -40,8 +40,8 @@ with this program. If not, see . extern "C" { #endif -// The current Dokan version (ver 0.6.0). Please set this constant on DokanOptions->Version. -#define DOKAN_VERSION 600 +// The current Dokan version (ver 0.7.0). Please set this constant on DokanOptions->Version. +#define DOKAN_VERSION 700 #define DOKAN_OPTION_DEBUG 1 // ouput debug message #define DOKAN_OPTION_STDERR 2 // ouput debug message to stderr diff --git a/dokan_install/install.nsi b/dokan_install/install.nsi index 31cc1f70b..53466c1c7 100644 --- a/dokan_install/install.nsi +++ b/dokan_install/install.nsi @@ -1,4 +1,4 @@ -!define VERSION "0.6.0" +!define VERSION "0.7.0" !include LogicLib.nsh !include x64.nsh