]> git.donarmstrong.com Git - lilypond.git/blob - lily/lily-version.cc
release: 0.1.50
[lilypond.git] / lily / lily-version.cc
1 #include <stdio.h>
2
3 #include "config.hh"
4
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 ;
8
9
10 char const *
11 lily_version_number_sz()
12 {
13   return VERSION_SZ;
14 }
15
16 char const * 
17 lily_version_sz()
18 {
19         return s;
20 }