lilypond-0.0.35
[lilypond.git] / flower / make_version
blobf584d272a967d0c39510bbad66260c0c4e0dd494
1 #!/bin/sh
3 echo '#ifndef FVERSION_HH'
4 echo '#define FVERSION_HH'
6 echo '#define FMAJORVERSION ' $1
7 echo '#define FMINORVERSION ' $2
8 echo '#define FPATCHLEVEL ' $3
9 echo '#define FVERSIONSTR "'$1.$2.$3'"'
10 echo '#define FCOMPILER "'$4'"'
11 echo '#endif'