/[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 1952 by schoenebeck, Fri Nov 24 12:50:05 2006 UTC revision 1953 by schoenebeck, Thu Jul 30 08:16:02 2009 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   libgig - C++ cross-platform Gigasampler format file access library    *   *   libgig - C++ cross-platform Gigasampler format file access library    *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003-2006 by Christian Schoenebeck                      *   *   Copyright (C) 2003-2009 by Christian Schoenebeck                      *
6   *                              <cuse@users.sourceforge.net>               *   *                              <cuse@users.sourceforge.net>               *
7   *                                                                         *   *                                                                         *
8   *   This program is part of libgig.                                       *   *   This program is part of libgig.                                       *
# 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.4 $";      string s = "$Revision: 1.5 $";
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.1952  
changed lines
  Added in v.1953

  ViewVC Help
Powered by ViewVC