]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lilypond-input-version.hh
2003 -> 2004
[lilypond.git] / lily / include / lilypond-input-version.hh
index 79f7e06ef0415679f16007f15fd48ee7513ab48c..1d873a038c4887366fd4c85a1badc26f8ef0effb 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  lilypond-version.hh -- declare Lilypond_version
+  lilypond-version.hh -- declare LilyPond_version
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 
 */
 
@@ -17,12 +17,13 @@ struct Lilypond_version
   Lilypond_version (int major, int minor, int patch);
   Lilypond_version (String str);
 
-  String str () const;
+  String to_string () const;
   operator int () const;
 
-  int major_i_;
-  int minor_i_;
-  int patch_i_;
+  int major_;
+  int minor_;
+  int patch_;
+  String extra_patch_string_;
 };
 
 extern Lilypond_version oldest_version;