I am using Eclipse to develop a Blackberry Java application.Is possible to automatically increment version number on every build like its done in Visual Studio ?
I am using Eclipse to develop a Blackberry Java application.Is possible to automatically increment
Share
If you use Ant under Eclipse, you can use the
<buildnumber>task. See here for more details.