]> git.donarmstrong.com Git - lilypond.git/blobdiff - make_version
release: 0.0.16
[lilypond.git] / make_version
index 5098f79f1dac681710002891e9b6a4247e8a7392..188855e0f977fe5f8410a77c0e86311821c82b64 100755 (executable)
@@ -5,4 +5,5 @@ echo '#define MAJORVERSION ' $1
 echo '#define MINORVERSION ' $2
 echo '#define PATCHLEVEL ' $3
 echo '#define VERSIONSTR "'$1.$2.$3'"'
+echo '#define COMPILER "'$4'"'
 echo '#endif'