Skip to content

Commit df17d4f

Browse files
author
Adrien JUND
committed
Release 1.3.0.1000
1 parent be8edbb commit df17d4f

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [1.3.0.1000] - 2019-07-24
77
### Added
88
- Mirror - Use `GetDiskFreeSpace` during `MirrorDokanGetDiskFreeSpace`.
99
- Kernel - Add most important log msg to Event Viewer.

Dokan.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ImportGroup Label="PropertySheets" />
44
<PropertyGroup Label="UserMacros">
55
<DOKANAPIVersion>1</DOKANAPIVersion>
6-
<DOKANVersion>1.2.2</DOKANVersion>
6+
<DOKANVersion>1.3.0</DOKANVersion>
77
</PropertyGroup>
88
<PropertyGroup />
99
<ItemDefinitionGroup />

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
WLK_INST_CACHE: '%DOKAN_CI_CACHE%\wlk_inst'
1919
DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2019; Configuration: All"
2020

21-
version: 1.2.2-{build}
21+
version: 1.3.0-{build}
2222
configuration:
2323
- All
2424
#- Coverity

documentations/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Dokan
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.2.2
41+
PROJECT_NUMBER = 1.3.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

dokan/dokan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extern "C" {
5656
/** @{ */
5757

5858
/** The current Dokan version (ver 1.2.0). \ref DOKAN_OPTIONS.Version */
59-
#define DOKAN_VERSION 122
59+
#define DOKAN_VERSION 130
6060
/** Minimum Dokan version (ver 1.1.0) accepted. */
6161
#define DOKAN_MINIMUM_COMPATIBLE_VERSION 110
6262
/** Driver file name including the DOKAN_MAJOR_API_VERSION */

dokan/dokan.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 1,2,2,1000
20-
PRODUCTVERSION 1,2,2,1000
19+
FILEVERSION 1,3,0,1000
20+
PRODUCTVERSION 1,3,0,1000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Library"
37-
VALUE "FileVersion", "1.2.2.1000"
37+
VALUE "FileVersion", "1.3.0.1000"
3838
VALUE "InternalName", "dokan.dll"
3939
VALUE "LegalCopyright", "Copyright (C) 2018"
4040
VALUE "OriginalFilename", "dokan.dll"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "1.2.2.1000"
42+
VALUE "ProductVersion", "1.3.0.1000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

dokan_fuse/src/dokanfuse.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 1,2,2,1000
20-
PRODUCTVERSION 1,2,2,1000
19+
FILEVERSION 1,3,0,1000
20+
PRODUCTVERSION 1,3,0,1000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Fuse library"
37-
VALUE "FileVersion", "1.2.2.1000"
37+
VALUE "FileVersion", "1.3.0.1000"
3838
VALUE "InternalName", "dokanfuse.dll"
3939
VALUE "LegalCopyright", "Copyright (C) 2018"
4040
VALUE "OriginalFilename", "dokanfuse.dll"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "1.2.2.1000"
42+
VALUE "ProductVersion", "1.3.0.1000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

dokan_np/dokan_np.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 1,2,2,1000
20-
PRODUCTVERSION 1,2,2,1000
19+
FILEVERSION 1,3,0,1000
20+
PRODUCTVERSION 1,3,0,1000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Network Provider"
37-
VALUE "FileVersion", "1.2.2.1000"
37+
VALUE "FileVersion", "1.3.0.1000"
3838
VALUE "InternalName", "dokan.dll"
3939
VALUE "LegalCopyright", "Copyright (C) 2018"
4040
VALUE "OriginalFilename", "dokannp.dll"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "1.2.2.1000"
42+
VALUE "ProductVersion", "1.3.0.1000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

dokan_wix/version.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33
<?define ProductName="Dokan Library" ?>
4-
<?define ProductCodeX64="{65A3A964-3DC3-0102-0002-190308152204}" ?>
4+
<?define ProductCodeX64="{65A3A964-3DC3-0103-0000-190724141005}" ?>
55
<?define UpgradeCodeX64="{2EF80C64-08A6-4FE1-BE92-13FD293C831B}" ?>
6-
<?define ProductCodeX86="{65A3A986-3DC3-0102-0002-190308152204}" ?>
6+
<?define ProductCodeX86="{65A3A986-3DC3-0103-0000-190724141005}" ?>
77
<?define UpgradeCodeX86="{2EF80C86-08A6-4FE1-BE92-13FD293C831B}" ?>
88
<?define ProviderKey="{5F030BFA-CE6E-408A-9694-F593B319DBBE}" ?>
99
<?define BundleUpgradeCode="{A30D29CD-FA58-4542-8D41-7EDD1FB1EE5A}" ?>
10-
<?define BaseVersion="1.2.2" ?>
10+
<?define BaseVersion="1.3.0" ?>
1111
<?define MajorVersion="1" ?>
1212
<?define BuildVersion="1000" ?>
1313
<?define CompanyName="Dokany Project" ?>

sys/dokan.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
//
1717

1818
VS_VERSION_INFO VERSIONINFO
19-
FILEVERSION 1,2,2,1000
20-
PRODUCTVERSION 1,2,2,1000
19+
FILEVERSION 1,3,0,1000
20+
PRODUCTVERSION 1,3,0,1000
2121
FILEFLAGSMASK 0x3fL
2222
#ifdef _DEBUG
2323
FILEFLAGS 0x1L
@@ -34,12 +34,12 @@ BEGIN
3434
BEGIN
3535
VALUE "CompanyName", "Dokan Project"
3636
VALUE "FileDescription", "Dokan Driver"
37-
VALUE "FileVersion", "1.2.2.1000"
37+
VALUE "FileVersion", "1.3.0.1000"
3838
VALUE "InternalName", "dokan.sys"
3939
VALUE "LegalCopyright", "Copyright (C) 2018"
4040
VALUE "OriginalFilename", "dokan.sys"
4141
VALUE "ProductName", "Dokan"
42-
VALUE "ProductVersion", "1.2.2.1000"
42+
VALUE "ProductVersion", "1.3.0.1000"
4343
END
4444
END
4545
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)