PR #20 enables this functionality. The cmake configuration from within a git clone now generates a VERSION.sha file with the short version of latest commit sha. This file is included in the release tarball and is installed along with the VERSION file to desired install prefix.
The omniperf version output has been updated to include both the symantic version and git sha. From within a git clone, the git sha is determined dynamically. From a release tarball, the version is provided via the VERSION.sha file. Example output as follows:
Development mode (user is running within cloned repo)
PR #20 enables this functionality. The cmake configuration from within a git clone now generates a
VERSION.sha
file with the short version of latest commit sha. This file is included in the release tarball and is installed along with theVERSION
file to desired install prefix.The
omniperf
version output has been updated to include both the symantic version and git sha. From within a git clone, the git sha is determined dynamically. From a release tarball, the version is provided via the VERSION.sha file. Example output as follows:Development mode (user is running within cloned repo)
From source tarball