I've modified the build system so that all our executables, modules and libraries now contain their build date and svn compact 'version number' (see svnversion). You can retrieve these values using the bldDate() and bldRevision() functions in the appropriate namespace. For executables, the appropriate namespace is the default one.

I've also modified initTasks() to print out these values to the syslog at initialization time.

  • No labels