1 2 3 4 5 6 7 8 9
#include "version.hh" static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __TIME__ "\n"; const char * get_version() { return s; }