]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lilypond-version.cc
(bezier-sandwich): New function.
[lilypond.git] / lily / lilypond-version.cc
index 309420e660cd010311b49a8509ae5bba59402386..f46289e2f118b27ceb1baee4a7490bee241d35af 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 
 */
 
@@ -34,9 +34,9 @@ Lilypond_version::Lilypond_version (String str)
 }
 
 String
-Lilypond_version::string () const
+Lilypond_version::to_string () const
 {
-  return to_string (major_) + "." + to_string (minor_) + "." + to_string (patch_);
+  return ::to_string (major_) + "." + ::to_string (minor_) + "." + ::to_string (patch_);
 }
 
 Lilypond_version::operator int () const