diff --git a/src/buildings/doc/source/conf.py b/src/buildings/doc/source/conf.py index 00184bbc3..8d5800b23 100644 --- a/src/buildings/doc/source/conf.py +++ b/src/buildings/doc/source/conf.py @@ -42,16 +42,16 @@ master_doc = 'index' # General information about the project. project = u'LENA' -copyright = u'2011, CTTC' +copyright = u'2011-2012, CTTC' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2011-11-04' +version = 'M2' # The full version, including alpha/beta/rc tags. -release = '2011-11-04' +release = 'M2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.