diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 6de51487e..7d7a930e7 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, The ownCloud developers' # built documents. # # The short X.Y version. -version = '4.5' +version = '5.0' # The full version, including alpha/beta/rc tags. -release = '4.5' +release = '5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 7cda832b7..b6d805f92 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, The ownCloud developers' # built documents. # # The short X.Y version. -version = '4.5' +version = '5.0' # The full version, including alpha/beta/rc tags. -release = '4.5' +release = '5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/user_manual/conf.py b/user_manual/conf.py index 6080eb39f..3c0bc7ba4 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, The ownCloud developers' # built documents. # # The short X.Y version. -version = '4.5' +version = '5.0' # The full version, including alpha/beta/rc tags. -release = '4.5' +release = '5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.