CICD: Make Version Information SemVer Compliant.

Make the version information used throughout the application and build
process compliant with the SemVer specifications, so that it can be
processed with libraries.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-07-27 12:44:13 +12:00
parent 3c8ce37299
commit 2b7900b68d
5 changed files with 23 additions and 9 deletions

View file

@ -352,5 +352,9 @@ for BUILD_NOW in $BUILD_LOOP; do
# it appears that a first make fails with a missing generated file, which a second
# invocation of make will happily build
make || make
# Clean up the generated ssrf-version.h file
rm -f "$SUBSURFACE_SOURCE"/ssrf-version.h .
popd
done