Hi,
I am using Qt-4.3.0 in linux and using 'qmake' and 'make' for make the program. I need to set the version at the time of make the program. How can I do it?
I mean that,
I create a program in Qt and make it and it is working and it's version is "1"
eg: MyProgram-01

I add one new module to my program and it's version is "2"
eg: Myprogram-02

I need to modify the name at the time of make the program, if needed.

How can I do this. Please help me.....