aboutsummaryrefslogtreecommitdiffstats
path: root/generate_version_h.sh
diff options
context:
space:
mode:
authorPA4WDH2024-09-13 11:33:05 +0200
committerPA4WDH2024-09-13 11:33:05 +0200
commitbc708da2aed5d43b92179cd8bba200181bd8afca (patch)
tree5006063febe9fb3cbd151567fdf0382d67704c20 /generate_version_h.sh
parentImprove assignment of default values (diff)
downloadcputemp2maxfreq-bc708da2aed5d43b92179cd8bba200181bd8afca.tar.gz
cputemp2maxfreq-bc708da2aed5d43b92179cd8bba200181bd8afca.tar.bz2
cputemp2maxfreq-bc708da2aed5d43b92179cd8bba200181bd8afca.zip
Small fixes in shell scripts
Diffstat (limited to 'generate_version_h.sh')
-rwxr-xr-xgenerate_version_h.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/generate_version_h.sh b/generate_version_h.sh
index cbf1a0a..3846c55 100755
--- a/generate_version_h.sh
+++ b/generate_version_h.sh
@@ -50,6 +50,7 @@ echo "#define VERSION \"$VERSION\""
echo "#define HASH \"$HASH\""
echo "#define BRANCH \"$BRANCH\""
echo "#define VERSION_FULL VERSION\"-\"HASH\" (\"BRANCH\")\""
+echo ""
echo "char* version();"
echo ""
echo "#endif"