diff options
author | PA4WDH | 2024-09-13 11:33:05 +0200 |
---|---|---|
committer | PA4WDH | 2024-09-13 11:33:05 +0200 |
commit | bc708da2aed5d43b92179cd8bba200181bd8afca (patch) | |
tree | 5006063febe9fb3cbd151567fdf0382d67704c20 /generate_version_h.sh | |
parent | Improve assignment of default values (diff) | |
download | cputemp2maxfreq-bc708da2aed5d43b92179cd8bba200181bd8afca.tar.gz cputemp2maxfreq-bc708da2aed5d43b92179cd8bba200181bd8afca.tar.bz2 cputemp2maxfreq-bc708da2aed5d43b92179cd8bba200181bd8afca.zip |
Small fixes in shell scripts
Diffstat (limited to 'generate_version_h.sh')
-rwxr-xr-x | generate_version_h.sh | 1 |
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" |