This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Automatically adding version number to the code

Is there any method/technique/feature to add automatically incremented build number to the code (managed by software or tool)?
the build number can be used for viewing (hence traceability of the code).

Parents
  • What is the mistake that i am committing?

    Did you try to figure it out yourself?
    First of all, do you actually need all those command line switches: "-nmdfe"? Do you understand what they mean? Because I don't think you need them.
    Secondly, you really should enclose file paths in quotes. Those spaces in directory names can easily create problems.

Reply
  • What is the mistake that i am committing?

    Did you try to figure it out yourself?
    First of all, do you actually need all those command line switches: "-nmdfe"? Do you understand what they mean? Because I don't think you need them.
    Secondly, you really should enclose file paths in quotes. Those spaces in directory names can easily create problems.

Children