summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/conf.py')
-rw-r--r--user_guide_src/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/conf.py b/user_guide_src/source/conf.py
index 1704654b6..e0312d3c1 100644
--- a/user_guide_src/source/conf.py
+++ b/user_guide_src/source/conf.py
@@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project.
project = u'CodeIgniter'
-copyright = u'2014 - 2015, British Columbia Institute of Technology'
+copyright = u'2014 - 2017, British Columbia Institute of Technology'
# 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 = '3.0.1'
+version = '3.2.0-dev'
# The full version, including alpha/beta/rc tags.
-release = '3.0.0-dev'
+release = '3.2.0-dev'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -229,7 +229,7 @@ man_pages = [
epub_title = u'CodeIgniter'
epub_author = u'British Columbia Institute of Technology'
epub_publisher = u'British Columbia Institute of Technology'
-epub_copyright = u'2014 - 2015, British Columbia Institute of Technology'
+epub_copyright = u'2014 - 2017, British Columbia Institute of Technology'
# The language of the text. It defaults to the language option
# or en if the language is not set.