lilypond-1.1.55
[lilypond.git] / mi2mu / version.cc
blobe9f2ed4e69f1c6ff4115158d3984c99833a0ebd3
1 #include "proto.hh"
2 #include "string.hh"
4 const char * mi2mu_version_sz();
6 // should simply have Root class...
7 String
8 mi2mu_version_str()
10 return String (mi2mu_version_sz ())
11 + " " + _("of") + " " + __DATE__ + " " + __TIME__;