X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-version.hh;h=7373779991965b5d4cef16ff6035d55b8441edd1;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=a949c752c83aaf71dc3c1d7e67f5d86492eeabd5;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh index a949c752c8..7373779991 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--2005 Jan Nieuwenhuizen - - */ + + (c) 1999--2008 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