]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lilypond-input-version.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / lilypond-input-version.hh
index aaa23d687137016fc81380661ea40bc25b854d99..908474a76b74c78609fbf7dfe99f274cb9516b9d 100644 (file)
@@ -1,10 +1,9 @@
 /*
-  lilypond-version.hh -- declare Lilypond_version
+  lilypond-version.hh -- declare LilyPond_version
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2002 Jan Nieuwenhuizen <janneke@gnu.org>
-
+  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef LILYPOND_VERSION_HH
 
 #include "string.hh"
 
-struct Lilypond_version 
+struct Lilypond_version
 {
   Lilypond_version (int major, int minor, int patch);
   Lilypond_version (String str);
 
-  String string () const;
+  String to_string () const;
   operator int () const;
 
   int major_;