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

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

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

revision 2482 by schoenebeck, Mon Nov 25 02:22:38 2013 UTC revision 2493 by schoenebeck, Wed Jan 1 17:06:51 2014 UTC
# Line 51  static void printUsage() { Line 51  static void printUsage() {
51  }  }
52    
53  static string programRevision() {  static string programRevision() {
54      string s = "$Revision: 1.0 $";      string s = "$Revision$";
55      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
56  }  }
57    

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

  ViewVC Help
Powered by ViewVC