Shailendra
Shailendra

Reputation: 567

Automate Version Name in Install4j

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

Answers (1)

Ingo Kegel
Ingo Kegel

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

Related Questions