--- linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAsio.cpp 2014/01/01 17:06:51 2493 +++ linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceAsio.cpp 2014/01/01 17:48:01 2494 @@ -968,7 +968,7 @@ } String AudioOutputDeviceAsio::Version() { - String s = "$Revision: 1.6 $"; + String s = "$Revision$"; return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword }