Does anyone know what the 'compile' 'version' attribute of a module represents? Where is it obtained from during compilation? 1> List = proplists:get_value(compile, file:module_info()). 2> proplists:get_value(version, List). "4.4" Thanks. Serge