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

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

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

revision 2493 by persson, Sun Jul 8 14:06:53 2012 UTC revision 2494 by schoenebeck, Wed Jan 1 17:48:01 2014 UTC
# Line 74  namespace LinuxSampler { Line 74  namespace LinuxSampler {
74      }      }
75    
76      String MidiInputDevicePlugin::Version() {      String MidiInputDevicePlugin::Version() {
77          String s = "$Revision: 1.3 $";          String s = "$Revision$";
78          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
79      }      }
80    

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

  ViewVC Help
Powered by ViewVC