diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sphinx/source/conf.py.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sphinx/source/conf.py.in b/docs/sphinx/source/conf.py.in index 37b945aa7..cb04e73d2 100644 --- a/docs/sphinx/source/conf.py.in +++ b/docs/sphinx/source/conf.py.in @@ -41,17 +41,17 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'GNU Radio (Unofficial Documentation)' -copyright = u'2011, Gnu Radio Developers' +project = u'GNU Radio' +copyright = u'2012, Gnu Radio Developers' # 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 = 'blah.blah' +version = '@VERSION@' # The full version, including alpha/beta/rc tags. -release = 'blah.blah.blah' +release = '@VERSION@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |