[erlang-questions] beam module version

Serge Aleynikov serge@REDACTED
Wed Feb 14 16:28:32 CET 2007


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



More information about the erlang-questions mailing list