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