lilypond-1.3.124
[lilypond.git] / lily / version.cc
blob787f001831c50b839e5a2a93ee389a6be989f833
1 #include "main.hh"
2 #include "string.hh"
4 char const * lily_version_sz();
6 String
7 get_version_str()
9 String s = lily_version_sz();
10 return s;