In an Installer module, override restored() method and in it include
System.setProperty("netbeans.buildnumber", myVersionString);
There is also this reference DevFaqVersionNumber
|
|
| |
DevFaqVersionNumber
Apache NetBeans
Apache NetBeans wiki DevFaqVersionNumber
|
|
|
On Sat
I am building a NetBeans Platform application and want to change the
version number from the default NetBeans version (e.g. 14-c4f2d87113...) to
something more meaningful to my application (e.g. 1.0.1.220812). I have
figured out how to do that for each individual module but not for the
application