]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-version.hh
* Another grand 2003 update.
[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--2003 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_string ();
16 String gnu_lilypond_string ();
17 String gnu_lilypond_version_string ();
18
19 #endif // LILY_VERSION_HH
20
21