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

Diff of /libgig/trunk/src/rifftree.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 125  void PrintChunkList(RIFF::List* list, bo Line 125  void PrintChunkList(RIFF::List* list, bo
125  }  }
126    
127  string Revision() {  string Revision() {
128      string s = "$Revision: 1.5 $";      string s = "$Revision$";
129      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
130  }  }
131    

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

  ViewVC Help
Powered by ViewVC