X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-version.hh;h=c6c93fce8f2d20b066e5d7a025ae5b6ae6e61eca;hb=e8847c033921578ffdbcef014f01355ea4059960;hp=f5d37d3a5557c1c80bd3e626de98cd6bb0cbd08b;hpb=ad7defd5f5a3d0151a711555c2d680c56ef559c7;p=lilypond.git diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh index f5d37d3a55..c6c93fce8f 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--2000 Jan Nieuwenhuizen - - */ + + (c) 1999--2009 Jan Nieuwenhuizen +*/ #ifndef LILY_VERSION_HH #define LILY_VERSION_HH -#include "string.hh" +#include "std-string.hh" -String version_str (); -String gnu_lilypond_str (); -String gnu_lilypond_version_str (); +string version_string (); +string gnu_lilypond_string (); +string gnu_lilypond_version_string (); #endif // LILY_VERSION_HH