]> git.donarmstrong.com Git - lilypond.git/blob - lily/version.cc
b2a57def4ae1d04f2ca871ae32d1265eb1a6c060
[lilypond.git] / lily / version.cc
1 #include "version.hh"
2 #include "fversion.hh"
3
4 static char *s = "LilyPond " VERSIONSTR    "/FlowerLib " FVERSIONSTR
5 ". Compile: "   __DATE__ ", " __TIME__ " (" COMPILER ")\n";
6
7 const char *
8 get_version()
9 {
10    return s;
11 }