]> git.donarmstrong.com Git - lilypond.git/blob - version.cc
release: 0.0.3
[lilypond.git] / version.cc
1 #include "version.hh"
2
3 static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __TIME__ "\n";
4
5 const char *
6 get_version()
7 {
8    return s;
9 }