]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-version.hh
1fc8becb15842c924af0ea1f9528bfbda6358b75
[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--2005 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef LILY_VERSION_HH
10 #define LILY_VERSION_HH
11
12 #include "string.hh"
13
14 String version_string ();
15 String gnu_lilypond_string ();
16 String gnu_lilypond_version_string ();
17
18 #endif // LILY_VERSION_HH
19
20