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,876
  • 7
  • 71
  • 156

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,876
  • 7
  • 71
  • 156
jitter
  • 53,475
  • 11
  • 111
  • 124
-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,632
  • 6
  • 56
  • 89