﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3727	$VERSION not increased in compiled script with #AutoIt3Wrapper_Run_Au3Stripper=y	Van0	Jos	"
{{{
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
#AutoIt3Wrapper_Res_Fileversion_First_Increment=y
}}}


With this two lines $VERSION variable automatically updated with current file version. However when Au3Stripper is activated, the $VERSION in compiled script is not updated.

Example:

{{{
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
#AutoIt3Wrapper_Res_Fileversion_First_Increment=y
#AutoIt3Wrapper_Run_Au3Stripper=y

Global Const $VERSION = ""1.0.0.0""

MsgBox(0, ""Version"", $VERSION)
}}}

After compilation the .exe file itself will have version 1.0.0.1, but when executed it will show 1.0.0.0 in the message box.



"	Bug	closed		SciTE4AutoIt		None	Fixed		
