flower-1.0.2
[lilypond.git] / version.cc
blob401273b6b11d1cbca02641a59759aa1ada638f6b
1 #include "version.hh"
3 static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __TIME__ "\n";
5 const char *
6 get_version()
8 return s;