Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
To fetch some version data from the binding-cpp a new class EtchVersion should be added. The implementation of the version code has to be generated by CMake. The version data must include the following data:
string version_major
string version_minor
string version_patch
string version_suffix
string build_revision
string build_mode
string build_timestamp
string build_user
string build_machine
All version data must be setable via CMake build parameters.