X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-version.hh;h=7a97fbba592e0ee75c2e14c2ac9727314fd19678;hb=c89f780d0c5c221e766ee6e818dcd85307fffaae;hp=345caf46cdf7ac29463e44c2f6b9ff5c5658d7a8;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh index 345caf46cd..7a97fbba59 100644 --- a/lily/include/lily-version.hh +++ b/lily/include/lily-version.hh @@ -3,17 +3,17 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 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