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 de3c71c commit e453b07Copy full SHA for e453b07
WinHttp.au3
@@ -26,7 +26,7 @@
26
; #INDEX# ===================================================================================
27
; Title ...............: WinHttp
28
; File Name............: WinHttp.au3
29
-; File Version.........: 1.6.4.0
+; File Version.........: 1.6.4.1
30
; Min. AutoIt Version..: v3.3.7.20
31
; Description .........: AutoIt wrapper for WinHTTP functions
32
; Author... ...........: trancexx, ProgAndy
@@ -2393,7 +2393,7 @@ Func __WinHttpSysInfo()
2393
EndFunc
2394
2395
Func __WinHttpVer()
2396
- Return "1.6.4.0"
+ Return "1.6.4.1"
2397
2398
2399
Func _WinHttpBinaryConcat(ByRef $bBinary1, ByRef $bBinary2)
0 commit comments