]> git.donarmstrong.com Git - lilypond.git/blob - lily/version.cc
release: 1.0.1
[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 }