]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/version.cc
release: 0.0.42
[lilypond.git] / mi2mu / version.cc
1 #include "mi2mu.hh"
2
3 const char * mi2mu_version_sz();
4
5 // should simply have Root class...
6 String
7 mi2mu_version_str()
8 {
9         return String ( "This is " ) + mi2mu_version_sz()
10                 + flower_version_sz()
11                 + " of " +  __DATE__ + " " + __TIME__;
12 }
13