]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.46.jcn1
authorfred <fred>
Sun, 24 Mar 2002 19:37:40 +0000 (19:37 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:37:40 +0000 (19:37 +0000)
lily/.version
lily/template3.cc

index 5cb028566e039ed4a6e1957a1a5e6fce2ef6f3b8..44ee82c2f90614ce7cac245791c775e15a505cd1 100644 (file)
@@ -1,7 +1,7 @@
 MAJOR_VERSION = 0
 MINOR_VERSION = 0
-PATCH_LEVEL = 45
+PATCH_LEVEL = 46
 # use to send patches, always empty for released version:
 # include separator: ".postfix", "-pl" makes rpm barf
 
-MY_PATCH_LEVEL =
+MY_PATCH_LEVEL = .jcn1
index 4881783f5c84ddd5a0fff28bf6275f0ac1b8adfe..50208175e56ada7fd86c8fca7dba5cd193d3612b 100644 (file)
@@ -2,6 +2,7 @@
 #include "input-score.hh"
 #include "input-staff.hh"
 #include "input-music.hh"
+#include "input-register.hh"
 #include "molecule.hh"
 #include "voice-element.hh"
 #include "plist.tcc"
@@ -10,3 +11,4 @@
 IPL_instantiate(Atom);
 IPL_instantiate(Input_staff);
 IPL_instantiate(Input_music);
+IPL_instantiate(Input_register);