Skip to content

Commit 4a656f6

Browse files
committed
Bump Dokany to 1.0.3, OpenSSL to 1.0.2l
1 parent a6b98b5 commit 4a656f6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build-dokany.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ if defined USE_LEGACY_DOKAN (
3333
set VERSION=v0.7.4
3434
set VERSION_STR=0.7.4
3535
) else (
36-
set VERSION=v1.0.2
37-
set VERSION_STR=1.0.2
36+
set VERSION=v1.0.3
37+
set VERSION_STR=1.0.3
3838
)
3939

4040

build-openssl.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ REM along with this program. If not, see <http://www.gnu.org/licenses/>.
2323

2424

2525
REM versioning variables
26-
set VERSION=1.0.2k
27-
set VERSION_STR=1_0_2k
26+
set VERSION=1.0.2l
27+
set VERSION_STR=1_0_2l
2828
set SOURCE_URI=https://github.com/openssl/openssl.git
2929

3030

encfs/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
#define STDC_HEADERS 1
144144

145145
/* Version number of package */
146-
#define VERSION "1.10.1-RC11"
146+
#define VERSION "1.10.1-RC12"
147147

148148
/* xattr functions have additional options */
149149
/* #undef XATTR_ADD_OPT */

encfs/encfs-installer-legacy.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
; HM NIS Edit Wizard helper defines
55
!define PRODUCT_NAME "encfs"
6-
!define PRODUCT_VERSION "1.10.1-RC11"
6+
!define PRODUCT_VERSION "1.10.1-RC12"
77
!define PRODUCT_PUBLISHER "CEMi4"
88

99
SetCompressor lzma

encfs/encfs-installer.nsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
; HM NIS Edit Wizard helper defines
55
!define PRODUCT_NAME "encfs"
6-
!define PRODUCT_VERSION "1.10.1-RC11"
6+
!define PRODUCT_VERSION "1.10.1-RC12"
77
!define PRODUCT_PUBLISHER "CEMi4"
88

99
SetCompressor lzma
@@ -61,8 +61,8 @@ Section "VC++ Redist v140" SEC02
6161
SectionEnd
6262

6363
Section "Dokany v1.0" SEC03
64-
File "..\..\encfs-bin\DokanSetup_redist-1.0.2.exe"
65-
ExecWait "$INSTDIR\DokanSetup_redist-1.0.2.exe /install /quiet"
64+
File "..\..\encfs-bin\DokanSetup_redist-1.0.3.exe"
65+
ExecWait "$INSTDIR\DokanSetup_redist-1.0.3.exe /install /quiet"
6666
SectionEnd
6767

6868
Section "encfs" SEC04
@@ -89,7 +89,7 @@ Section "encfs" SEC04
8989
# Cleanup
9090
Delete $INSTDIR\vc_redist-120_x86.exe
9191
Delete $INSTDIR\vc_redist-140_x86.exe
92-
Delete $INSTDIR\DokanSetup_redist-1.0.2.exe
92+
Delete $INSTDIR\DokanSetup_redist-1.0.3.exe
9393
SectionEnd
9494

9595
LangString DESC_SEC01 ${LANG_ENGLISH} "Microsoft Visual C++ Redistributable 2013"

0 commit comments

Comments
 (0)