I can set the assembly & file version in the Solution Properties of a (C#) DNN module (Solution -> Properties -> Application -> Assembly Information).
Normally I use N.N.N.* as Assembly version (e.g. 5.0.1.*) and N.N.N.N as file version (e.g. 5.0.1.0).
Any suggestions to change that?