Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioning of binaries #118

Open
dennisguse opened this issue Nov 15, 2018 · 0 comments
Open

Versioning of binaries #118

dennisguse opened this issue Nov 15, 2018 · 0 comments

Comments

@dennisguse
Copy link
Member

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant