Skip to content

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Aug 21, 2015
1 parent 73a52f9 commit b1ecc24
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 @@ -38,8 +38,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
extern "C" {
#endif

// The current Dokan version (ver 0.7.3). Please set this constant on DokanOptions->Version.
#define DOKAN_VERSION 730
// The current Dokan version (ver 0.7.4). Please set this constant on DokanOptions->Version.
#define DOKAN_VERSION 740

#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.7.3"
!define VERSION "0.7.4"

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

0 comments on commit b1ecc24

Please sign in to comment.