--- linuxsampler/trunk/src/engines/gig/Engine.cpp 2004/06/06 20:57:28 112 +++ linuxsampler/trunk/src/engines/gig/Engine.cpp 2004/06/14 19:33:16 123 @@ -61,7 +61,7 @@ pSynthesisParameters[0] = NULL; // we allocate when an audio device is connected pBasicFilterParameters = NULL; pMainFilterParameters = NULL; - + InstrumentIdx = -1; ResetInternal(); @@ -714,7 +714,8 @@ } String Engine::Version() { - return "0.0.1-0cvs20040423"; + String s = "$Revision: 1.6 $"; + return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword } }} // namespace LinuxSampler::gig