summaryrefslogtreecommitdiff
path: root/src/version.cc
blob: 401273b6b11d1cbca02641a59759aa1ada638f6b (about) (plain)
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;
}