/[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 933 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 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.5 $";      string s = "$Revision: 1.6 $";
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.933  
changed lines
  Added in v.1953

  ViewVC Help
Powered by ViewVC