﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2405	Possible issue with FileGetVersion.	anonymous	Jon	"FileGetVersion says that this will return the version of the autoit that was used to compile the exe: FileGetVersion(@AutoItExe, ""CompiledScript"")

So I compiled the following script and ran it but got nought on 3.3.9.18.

{{{
#include <Constants.au3>

MsgBox($MB_OK, '', FileGetVersion(@AutoItExe, ""CompiledScript"") & @CRLF)
}}}

Have I simply misunderstood?"	Bug	closed	3.3.9.20	AutoIt	3.3.9.18	None	Fixed		
