X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/a5cf02e922943b84bb998f80cd40072f1ff87cf5..ee00114ceae49d0017911f4da98de6c5e721ee59:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 4e6a624..2e703d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = u'2009-2011, iThink Software' # # The short X.Y version. from philo import VERSION -version = '%s.%s' % (VERSION[0], VERSION[1]) +version = '.'.join([str(v) for v in VERSION]) # The full version, including alpha/beta/rc tags. release = version