/[svn]/linuxsampler/trunk/src/engines/sfz/Engine.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sfz/Engine.cpp

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

revision 2317 by persson, Sun Feb 19 12:13:19 2012 UTC revision 2494 by schoenebeck, Wed Jan 1 17:48:01 2014 UTC
# Line 255  namespace LinuxSampler { namespace sfz { Line 255  namespace LinuxSampler { namespace sfz {
255      }      }
256    
257      String Engine::Version() {      String Engine::Version() {
258          String s = "$Revision: 1.11 $";          String s = "$Revision$";
259          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
260      }      }
261    

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

  ViewVC Help
Powered by ViewVC