X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-version.hh;h=7a97fbba592e0ee75c2e14c2ac9727314fd19678;hb=74b008a3d5f390a0429dd8fab7dd20f2704e826b;hp=8a2670b4ac082d2e7df60b7dc4689df62eed4ce4;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh index 8a2670b4ac..7a97fbba59 100644 --- a/lily/include/lily-version.hh +++ b/lily/include/lily-version.hh @@ -1,20 +1,19 @@ -/* +/* lily-version.hh -- declare version strings - + source file of the GNU LilyPond music typesetter - - (c) 1999--2004 Jan Nieuwenhuizen - - */ + + (c) 1999--2007 Jan Nieuwenhuizen +*/ #ifndef LILY_VERSION_HH #define LILY_VERSION_HH -#include "string.hh" +#include "std-string.hh" -String version_string (); -String gnu_lilypond_string (); -String gnu_lilypond_version_string (); +string version_string (); +string gnu_lilypond_string (); +string gnu_lilypond_version_string (); #endif // LILY_VERSION_HH