]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lily-version.hh
Run `make grand-replace'.
[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--2008 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef LILY_VERSION_HH
10 #define LILY_VERSION_HH
11
12 #include "std-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