/[svn]/libgig/trunk/src/tools/gig2stereo.cpp
ViewVC logotype

Diff of /libgig/trunk/src/tools/gig2stereo.cpp

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

revision 2705 by schoenebeck, Tue Jan 6 15:48:59 2015 UTC revision 2706 by schoenebeck, Wed Jan 14 16:07:45 2015 UTC
# Line 74  static void printUsage() { Line 74  static void printUsage() {
74  }  }
75    
76  static string programRevision() {  static string programRevision() {
77      string s = "$Revision:$";      string s = "$Revision$";
78      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
79  }  }
80    

Legend:
Removed from v.2705  
changed lines
  Added in v.2706

  ViewVC Help
Powered by ViewVC