In the B4j IDE it's possible to compile a library from Project/Compile To Library or use Alt+5
It will give the library v1.0, but how can I change the version every time I update a library?
So should #ExcludeFromLibrary: True be set in all modules that is not going to be turned into a library?
I was thinking ALT+5 turned only the current single module into a library. Obviously that was not the case.