From 11610480b3f566700cff58ef2c2a1e060a38554f Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 28 Nov 2012 14:40:36 +0100 Subject: [PATCH] Bump to 5.0 --- admin_manual/conf.py | 4 ++-- developer_manual/conf.py | 4 ++-- user_manual/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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.