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