views:

91

answers:

1

Hi everyone,

I'm using Eclise to develop a Blackberry Java application.Is possible to automatically increment version number on every build like its done in Visual Studio?

Thanks in advance.

+4  A: 

If you use Ant under Eclipse, you can use the <buildnumber> task. See here for more details.

Brian Agnew