2 lilypond-version.hh -- declare Lilypond_version
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2002 Jan Nieuwenhuizen <janneke@gnu.org>
10 #ifndef LILYPOND_VERSION_HH
11 #define LILYPOND_VERSION_HH
15 struct Lilypond_version
17 Lilypond_version (int major
, int minor
, int patch
);
18 Lilypond_version (String str
);
20 String
to_string () const;
21 operator int () const;
26 String extra_patch_string_
;
29 extern Lilypond_version oldest_version
;
31 #endif // LILYPOND_VERSION_HH