]> git.donarmstrong.com Git - lilypond.git/blobdiff - midi2ly/mudela-stream.cc
release: 1.1.60
[lilypond.git] / midi2ly / mudela-stream.cc
index 5bdfd11e253333ae1489c022e7bd1ac13c2f5742..402b6142b3aa29bba8c82eb22ff811862876cb4d 100644 (file)
@@ -8,7 +8,7 @@
 #include <assert.h>
 #include <time.h>
 #include <fstream.h>
-#include "mi2mu-global.hh"
+#include "midi2ly-global.hh"
 #include "mudela-item.hh"
 #include "mudela-stream.hh"
 #include "string-convert.hh"
@@ -76,7 +76,7 @@ Mudela_stream::header()
   if (no_timestamps_b_g)
     *os_p_ << "GNU LilyPond\n"; 
   else
-    *os_p_ << mi2mu_version_str() << '\n';
+    *os_p_ << midi2ly_version_str() << '\n';
   *os_p_ << _ ("% Automatically generated");
   if (no_timestamps_b_g)
     *os_p_ << ".\n";
@@ -92,7 +92,7 @@ Mudela_stream::header()
   *os_p_ << filename_str_g;
   *os_p_ << "\n\n";
   // ugh
-  *os_p_ << "\\version \"1.0.14\";\n";
+  *os_p_ << "\\version \"1.1.60\";\n";
 }
 
 void