Parent Directory
|
Revision Log
|
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 |
|
ViewVC Help | |
Powered by ViewVC |