Reputation: 1513
I have a C++ project and I want to change the EXE file version by code.
How can I do it?
(I found some ways to do it in other languages, but not C++.)
Upvotes: 8
Views: 7578
Reputation: 3641
In Solution Explorer, right click at your project -> Add -> Resource -> Version
Upvotes: 10