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