lilypond-0.0.50
[lilypond.git] / lily / version.cc
blobeed3e39ca8e7dcf751f356bd2cf95c94ec349f77
1 #include "main.hh"
3 #include "string.hh"
5 extern char const * lily_version_sz();
7 String
8 get_version_str()
10 String s = lily_version_sz();
11 s+="/";
12 s+=flower_version_sz();
13 return s;