lilypond-0.1.57
[lilypond.git] / lily / lily-version.cc
bloba5aace69748c19e6404ada4b18fe8f7b24122c85
1 #include <stdio.h>
3 #include "config.hh"
5 // #define VERSION_SZ MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL MY_PATCH_LEVEL
6 #define VERSION_SZ TOPLEVEL_VERSION
7 static char *s = "GNU LilyPond " VERSION_SZ ;
10 char const *
11 lily_version_number_sz()
13 return VERSION_SZ;
16 char const *
17 lily_version_sz()
19 return s;