1

How I can automatically increment the file version in my C/C++ project when I build it? Currently I have to modify the resources manually before I do the build. Is there any script or utility to automate this?

Deanna
  • 23,400
  • 7
  • 68
  • 152

2 Answers2

1

There is a discussion on the MSDN Website of different approaches to the problem.

Microsoft have also provided KB237870 that explains a (fairly convoluted) method to automate this.

Deanna
  • 23,400
  • 7
  • 68
  • 152
jitter
  • 52,771
  • 11
  • 107
  • 123
-1

Can I automatically increment the file build version when using Visual Studio?

Is that what you're looking for?

Community
  • 1
  • 1
eran
  • 21,206
  • 4
  • 54
  • 89