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