/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2493 by schoenebeck, Sat Mar 30 23:38:59 2013 UTC revision 2494 by schoenebeck, Wed Jan 1 17:48:01 2014 UTC
# Line 263  namespace LinuxSampler { Line 263  namespace LinuxSampler {
263      }      }
264    
265      String MidiInputDeviceCoreMidi::Version() {      String MidiInputDeviceCoreMidi::Version() {
266              String s = "$Revision: 1.12 $";              String s = "$Revision$";
267              return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword              return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
268      }      }
269    

Legend:
Removed from v.2493  
changed lines
  Added in v.2494

  ViewVC Help
Powered by ViewVC