2 lily-version.cc -- implement version strings
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2007 Jan Nieuwenhuizen <janneke@gnu.org>
9 #include "lily-version.hh"
17 string str
= MAJOR_VERSION
"." MINOR_VERSION
"." PATCH_LEVEL
;
18 string
mpl ("." MY_PATCH_LEVEL
);
25 gnu_lilypond_string ()
27 string str
= "GNU LilyPond";
32 gnu_lilypond_version_string ()
34 string str
= gnu_lilypond_string () + " " + version_string ();