From 5250f3b7d21bd2b54d41adbfe08418174aea1d18 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Tue, 17 Jan 2012 13:49:10 +0100 Subject: [PATCH] M2 release of the buildings doc --- src/buildings/doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.