auto-increment for commandline compiler

For building a release of my current software project, I have to compile several Web Core projects und for that I created a batch file which calls the commandline compiler and does some file copying.
I know that I can provide a version no. to the commandline compiler with the -Version:x.y.z flag, but additionally it would be very useful to be able to use the version auto-increment feature also (like it exists in the IDE).

Should already happen when you set in project options "auto increment version" and set the starting version number.

This feature will not be implemented.