2 lily-version.cc -- implement version strings
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2003 Jan Nieuwenhuizen <janneke@gnu.org>
11 #include "lily-version.hh"
16 String str
= MAJOR_VERSION
"." MINOR_VERSION
"." PATCH_LEVEL
;
17 String
mpl ("." MY_PATCH_LEVEL
);
24 gnu_lilypond_string ()
26 String str
= "GNU LilyPond";
31 gnu_lilypond_version_string ()
33 String str
= gnu_lilypond_string () + " " + version_string ();