X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/853b15703adfe5313ca3c51bd108327ded538ae2..5a52ca664aed78b1dc1825142e36dbe6c15c2c13:/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