[cfe-commits] r64268 - /cfe/trunk/tools/ccc/ccclib/Driver.py

Mike Stump mrs at apple.com
Tue Feb 10 16:36:04 PST 2009


Author: mrs
Date: Tue Feb 10 18:36:04 2009
New Revision: 64268

URL: http://llvm.org/viewvc/llvm-project?rev=64268&view=rev
Log:
Run a little experiment with version numbers.

Modified:
    cfe/trunk/tools/ccc/ccclib/Driver.py   (contents, props changed)

Modified: cfe/trunk/tools/ccc/ccclib/Driver.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/ccc/ccclib/Driver.py?rev=64268&r1=64267&r2=64268&view=diff

==============================================================================
--- cfe/trunk/tools/ccc/ccclib/Driver.py (original)
+++ cfe/trunk/tools/ccc/ccclib/Driver.py Tue Feb 10 18:36:04 2009
@@ -304,7 +304,7 @@
         
     def printVersion(self):
         # FIXME: Print default target triple.
-        print >>sys.stderr,'ccc version 1.0'
+        print >>sys.stderr,'ccc version 1.0 ($HeadURL$)'
 
     def handleImmediateOptions(self, args):
         # FIXME: Some driver Arguments are consumed right off the bat,

Propchange: cfe/trunk/tools/ccc/ccclib/Driver.py

------------------------------------------------------------------------------
    svn:keywords = HeadURL





More information about the cfe-commits mailing list