You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, some binaries provide hard-coded version information.
noname:~/STL/src/utl$ ../../bin/spdemo spdemo.c - version 3.2 of 02.Feb.2010
However, this information needs to updated manually, which is an error-prone and manual process.
It would be better to generate the version information automatically.
Solutions:
use release identifier (for released versions): e.g., STL2018
use hash of last git commit: e.g., dc0efab
use hash of last git commit a file was changed (might be difficult considering includes)
The text was updated successfully, but these errors were encountered:
At the moment, some binaries provide hard-coded version information.
noname:~/STL/src/utl$ ../../bin/spdemo spdemo.c - version 3.2 of 02.Feb.2010
However, this information needs to updated manually, which is an error-prone and manual process.
It would be better to generate the version information automatically.
Solutions:
STL2018
dc0efab
The text was updated successfully, but these errors were encountered: