Skip to content

Versioning of binaries #118

@dennisguse

Description

@dennisguse

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions