]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lilypond-input-version.hh
2003 -> 2004
[lilypond.git] / lily / include / lilypond-input-version.hh
index 1333a556ad080a9565f8a5cf5a65a584b45482f7..1d873a038c4887366fd4c85a1badc26f8ef0effb 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>
 
 */
 
 
 #include "string.hh"
 
-struct LilyPond_version 
+struct Lilypond_version 
 {
-  LilyPond_version (int major, int minor, int patch);
-  LilyPond_version (String str);
+  Lilypond_version (int major, int minor, int patch);
+  Lilypond_version (String str);
 
   String to_string () const;
   operator int () const;
@@ -26,6 +26,6 @@ struct LilyPond_version
   String extra_patch_string_;
 };
 
-extern LilyPond_version oldest_version;
+extern Lilypond_version oldest_version;
 
 #endif // LILYPOND_VERSION_HH