B
Bruce
I have the following line in my assembly.cpp.
[assembly:AssemblyVersionAttribute("1.0.*")];
The * allows the build number to be automatically included. Is there
any way to reset this build number? If so, how?
[assembly:AssemblyVersionAttribute("1.0.*")];
The * allows the build number to be automatically included. Is there
any way to reset this build number? If so, how?