I found a bug in the version of 11/may/2005 of KIX.
When executing the following code:
? "1st: "+@ScriptName
x()
function x()
? "2nd: "+@ScriptName
endfunction

The result is:
1st: allenscript.kix
2nd:
In the version of 05/feb/2005, the result is:
1st: allenscript.kix
2nd: allenscript.kix

Probably this problem should have more serious impact in another functionality.
I think the beta of the 4.5 is not stable and the versions are not being increased correctly. The only comparison parameter is the date.
_________________________
Raphael Pereira