Skip to content

Commit

Permalink
Update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Chamley committed Jan 30, 2015
1 parent 7aaec73 commit b25fb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dokan/dokan.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
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
Expand Down
2 changes: 1 addition & 1 deletion dokan_install/install.nsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define VERSION "0.6.0"
!define VERSION "0.7.0"

!include LogicLib.nsh
!include x64.nsh
Expand Down

0 comments on commit b25fb50

Please sign in to comment.