/[svn]/libgig/trunk/src/dlsdump.cpp
ViewVC logotype

Diff of /libgig/trunk/src/dlsdump.cpp

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

revision 2492 by schoenebeck, Thu Jul 30 08:16:02 2009 UTC revision 2493 by schoenebeck, Wed Jan 1 17:06:51 2014 UTC
# Line 143  void PrintRegions(DLS::Instrument* instr Line 143  void PrintRegions(DLS::Instrument* instr
143  }  }
144    
145  string Revision() {  string Revision() {
146      string s = "$Revision: 1.6 $";      string s = "$Revision$";
147      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
148  }  }
149    

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

  ViewVC Help
Powered by ViewVC