2 lily-version.cc -- implement version strings
4 source file of the GNU LilyPond music typesetter
6 (c) 1999 Jan Nieuwenhuizen <janneke@gnu.org>
11 #include "lily-version.hh"
13 #define VERSION MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL "." MY_PATCH_LEVEL
25 String str
= "GNU LilyPond";
30 gnu_lilypond_version_str ()
32 String str
= gnu_lilypond_str () + " " + version_str ();