]> git.donarmstrong.com Git - lilypond.git/blob - bin/make_fversion
release: 0.0.39-1
[lilypond.git] / bin / make_fversion
1 #!/bin/sh
2 echo '#ifndef FVERSION_HH'
3 echo '#define FVERSION_HH'
4 echo '#define FMAJOR_VERSION ' "$1"
5 echo '#define FMINOR_VERSION ' "$2"
6 echo '#define FPATCH_LEVEL ' "$3"
7 echo '#define FMY_PATCH_LEVEL ' "$4"
8 echo '#define FBUILD ' "$5"
9 echo '#define FVERSIONSTR "'$1.$2.$3$4 \#$5'"'
10 echo '#define FCOMPILER "'$6'"'
11 echo '#endif'