added __release__ symbol, changed __version__ to $Id$.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@8 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
Just 1999-12-17 12:51:21 +00:00
parent 9f82329fc7
commit f78bec0357

View File

@ -41,8 +41,8 @@ Dumping 'prep' table...
"""
__author__ = "Just van Rossum, just@letterror.com"
__version__ = "1.0a5"
__version__ = "$Id: __init__.py,v 1.2 1999-12-17 12:51:21 Just Exp $"
__release__ = "1.0a6"
import os
import stat
@ -152,7 +152,7 @@ class TTFont:
import xmlWriter
writer = xmlWriter.XMLWriter(file)
writer.begintag("ttFont", sfntVersion=`self.sfntVersion`[1:-1],
ttlibVersion=__version__)
ttLibVersion=__release__)
writer.newline()
writer.newline()
if not tables: