Run a little experiment with version numbers.

llvm-svn: 64268
This commit is contained in:
Mike Stump 2009-02-11 00:36:04 +00:00
parent 1262a25683
commit 081e354f11
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class Driver(object):
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,