views:

31

answers:

1

Windows resources have a FileVersion and a ProductVersion.

In native development environment(eg. Win32 app, device driver)
How do you manage the ProductVerion automatically?

My language is c/c++. And I use Visual Studio 2008.

I want to increase the version automatically when I build my projects.

Is it possible?
I guess there is a simple(and good) way.

Thanks in advance.

+1  A: 

Have a look at this integrated VS2008 plugin on CodeProject that adds the version and product information to your C/C++ application.

tommieb75
Thanks tommieb. It looks nice :)
Benjamin
Is there anyone who knows better plugin?
Benjamin