File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Private Const LNG_EXTRADATA_AE_2_MAXSIZE As Long = 20
215215Private Const LNG_ENC_HEADER_SIZE As Long = 12
216216Private Const LNG_AES_AUTHCODE_SIZE As Long = 10
217217Private Const LNG_AES_BLOCK_SIZE As Long = 16
218- Private Const LNG_DEF_ENCR_STRENGTH As Long = 3
218+ Private Const LNG_DEF_ENCR_STRENGTH As Long = 0
219219Private Const ERR_USER_CANCEL As String = "User cancelled"
220220Private Const ERR_INIT_COMPRESSOR As String = "Cannot init deflate compressor"
221221Private Const ERR_COMPRESSING As String = "Error compressing"
@@ -422,7 +422,7 @@ End Type
422422'=========================================================================
423423
424424Property Get SemVersion() As String
425- SemVersion = "0.2.1 "
425+ SemVersion = "0.2.2 "
426426End Property
427427
428428Property Get ThunkBuildDate() As String
You can’t perform that action at this time.
0 commit comments