diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-30 12:09:32 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1996-11-30 12:09:32 +0100 |
commit | cd6fbd39e456ab3ff353c38fc5ae1997e61390f2 (patch) | |
tree | 7b15d4c85e5aa027942420d220fa1dd7c09f22d1 /src/version.cc | |
parent | fc22f69328fd2d5030bb1feff8d0f6da37e8217d (diff) |
release: 0.0.9
Diffstat (limited to 'src/version.cc')
-rw-r--r-- | src/version.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/version.cc b/src/version.cc new file mode 100644 index 0000000000..401273b6b1 --- /dev/null +++ b/src/version.cc @@ -0,0 +1,9 @@ +#include "version.hh" + +static char *s = "LilyPond version " VERSIONSTR " compiled on " __DATE__ " at " __TIME__ "\n"; + +const char * +get_version() +{ + return s; +} |