diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 1999-01-25 13:09:15 +0100 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 1999-01-25 13:09:15 +0100 |
commit | 5308c12a34d4a873a4d289dcb15b4e9610c123a4 (patch) | |
tree | a849e70e4e4b76cc68dea7e720a7994ac6ca82a1 /lily/include/lily-version.hh | |
parent | ed9c9b705a25dacd0edded6292d4d812a218cc5a (diff) |
partial: 1.1.24.jcn
Diffstat (limited to 'lily/include/lily-version.hh')
-rw-r--r-- | lily/include/lily-version.hh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh new file mode 100644 index 0000000000..e0b69bfe9b --- /dev/null +++ b/lily/include/lily-version.hh @@ -0,0 +1,21 @@ +/* + lily-version.hh -- declare version strings + + source file of the GNU LilyPond music typesetter + + (c) 1999 Jan Nieuwenhuizen <janneke@gnu.org> + + */ + +#ifndef LILY_VERSION_HH +#define LILY_VERSION_HH + +#include "string.hh" + +String version_str (); +String gnu_lilypond_str (); +String gnu_lilypond_version_str (); + +#endif // LILY_VERSION_HH + + |