Auto Increment Version Number on Compile Time
Hi,
in my script i define a Version Number (W.X.Y.Z) like this:
!define VERSION "1.0.0.0"
Is it possible to increment the Z Value each time compiling automatically? So that after every compile time the Z Value inside my script is auto incrementing like in this example?
1. compile time 1.0.0.0
2. compile time 1.0.0.1
3. compile time 1.0.0.2
4. compile time 1.0.0.3 etc.
thx