2 lily-version.cc -- implement version strings
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2001 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
);
26 String str
= "GNU LilyPond";
31 gnu_lilypond_version_str ()
33 String str
= gnu_lilypond_str () + " " + version_str ();