Stop appending the rev to the version number.

This commit is contained in:
Georg Brandl
2008-04-19 09:50:14 +00:00
parent ae8813c788
commit c177e6d05d

View File

@@ -23,7 +23,7 @@ from sphinx.application import Sphinx
from sphinx.util.console import darkred, nocolor
__revision__ = '$Revision$'
__version__ = '0.1.' + __revision__[11:-2]
__version__ = '0.2'
def usage(argv, msg=None):