I need to increase the version number every time I compile the project
Asked
Active
Viewed 456 times
1 Answers
0
I assume that you are using the Embedded Workbench IDE. To set up pre- or post-build actions in the IDE, open your project and
- Choose Project>Options to display the Options dialog box.
- Select Build Actions in the Category list.
This will take you to the build action dialog, where you can specify command lines for your pre- and post-build action. For more information check the IDE guide supplied with your Embedded Workbench.

Johan
- 3,667
- 6
- 20
- 25