From b25fb50b49fc3b3b7392245b028b617d3fefb032 Mon Sep 17 00:00:00 2001 From: Maxime Chamley Date: Fri, 30 Jan 2015 13:35:34 +0100 Subject: [PATCH] Update version to 0.7.0 --- dokan/dokan.h | 4 ++-- dokan_install/install.nsi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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