lilypond-0.0.40
[lilypond.git] / lily / version.cc
blobb2a57def4ae1d04f2ca871ae32d1265eb1a6c060
1 #include "version.hh"
2 #include "fversion.hh"
4 static char *s = "LilyPond " VERSIONSTR "/FlowerLib " FVERSIONSTR
5 ". Compile: " __DATE__ ", " __TIME__ " (" COMPILER ")\n";
7 const char *
8 get_version()
10 return s;