]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-version.hh
c8326aae13db3fb2fe43b862a89258e4c27f26c8
[lilypond.git] / lily / include / lily-version.hh
1 /*   
2   lily-version.hh -- declare version strings
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999--2001 Jan Nieuwenhuizen <janneke@gnu.org>
7   
8  */
9
10 #ifndef LILY_VERSION_HH
11 #define LILY_VERSION_HH
12
13 #include "string.hh"
14
15 String version_str ();
16 String gnu_lilypond_str ();
17 String gnu_lilypond_version_str ();
18
19 #endif // LILY_VERSION_HH
20
21