Versioning
Posted: Thu Feb 24, 2011 6:52 pm
I notice that many of the NB source files have a revision number, something like:
/* $Revision: 1.41 $ */
Is there an automated way to update a version number like this for all the files in a project each time they are built? Tod had a link about this a while ago, but I could not quite get it wired into the build options. That method seemed to just update a special line, one including the format:
AssemblyVersion("1.0.1.1")
Also, even if I could add that to the CDT C/C++ Build Section (which I didn't figure out), it seems like it would be great to define a way to do this for all new projects. Any idea if there is a way to automate that along with other things like the inclusion of specific libraries into a standard "newProject" template?
Tod's link is:
http://syncor.blogspot.com/2008/06/bett ... embly.html
thanks!
/* $Revision: 1.41 $ */
Is there an automated way to update a version number like this for all the files in a project each time they are built? Tod had a link about this a while ago, but I could not quite get it wired into the build options. That method seemed to just update a special line, one including the format:
AssemblyVersion("1.0.1.1")
Also, even if I could add that to the CDT C/C++ Build Section (which I didn't figure out), it seems like it would be great to define a way to do this for all new projects. Any idea if there is a way to automate that along with other things like the inclusion of specific libraries into a standard "newProject" template?
Tod's link is:
http://syncor.blogspot.com/2008/06/bett ... embly.html
thanks!