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

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

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

revision 2492 by schoenebeck, Tue Dec 31 00:13:20 2013 UTC revision 2493 by schoenebeck, Wed Jan 1 17:06:51 2014 UTC
# Line 78  static void printUsage() { Line 78  static void printUsage() {
78  }  }
79    
80  static string programRevision() {  static string programRevision() {
81      string s = "$Revision: 1.0 $";      string s = "$Revision$";
82      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
83  }  }
84    

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

  ViewVC Help
Powered by ViewVC