]> git.donarmstrong.com Git - lilypond.git/blob - lily/version.cc
787f001831c50b839e5a2a93ee389a6be989f833
[lilypond.git] / lily / version.cc
1 #include "main.hh"
2 #include "string.hh"
3
4 char const * lily_version_sz();
5
6 String 
7 get_version_str()
8 {
9   String s = lily_version_sz();
10   return s;
11 }