X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-version.hh;h=7373779991965b5d4cef16ff6035d55b8441edd1;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=03195796174bef2de99f064f112f536d51c485f7;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh index 0319579617..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--2002 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