summaryrefslogtreecommitdiff
path: root/mi2mu/version.cc
blob: 1c630664d85b8d7c2ba772c3110bbc48ed86d69e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "proto.hh"
#include "string.hh"

const char * mi2mu_version_sz();

// should simply have Root class...
String
mi2mu_version_str()
{
    return  String (mi2mu_version_sz())
	+ "/" + flower_version_sz()
	+ " of " +  __DATE__ + " " + __TIME__;
}