Reputation: 567
In install4j installer how can i automate version under General Setting-> ApplicationInfo->Version. So that version should always remain latest for my product installer.
Upvotes: 1
Views: 96
Reputation: 48005
The command line compiler has an option --release=VERSION
that allows you to set the project version externally. ant, gradle and maven integrations have corresponding parameters.
Upvotes: 2