We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe287a commit 96f4d09Copy full SHA for 96f4d09
WinHttp.au3
@@ -26,7 +26,7 @@
26
; #INDEX# ===================================================================================
27
; Title ...............: WinHttp
28
; File Name............: WinHttp.au3
29
-; File Version.........: 1.6.4.1
+; File Version.........: 1.6.4.2
30
; Min. AutoIt Version..: v3.3.7.20
31
; Description .........: AutoIt wrapper for WinHTTP functions
32
; Author... ...........: trancexx, ProgAndy
@@ -2399,7 +2399,7 @@ Func __WinHttpSysInfo()
2399
EndFunc
2400
2401
Func __WinHttpVer()
2402
- Return "1.6.4.1"
+ Return "1.6.4.2"
2403
2404
2405
Func _WinHttpBinaryConcat(ByRef $bBinary1, ByRef $bBinary2)
0 commit comments