From 7ccca48039151672d6a35de03724ace2d07f58c4 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Thu, 18 Sep 2014 18:37:19 +0200 Subject: [PATCH] bump version --- admin_manual/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 748850ffd..5b3840cd0 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -42,7 +42,7 @@ master_doc = 'contents' # General information about the project. project = u'ownCloud Administrators Manual' -copyright = u'2012-2013, The ownCloud developers' +copyright = u'2012-2014, The ownCloud 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 @@ -255,7 +255,7 @@ texinfo_documents = [ epub_title = u'ownCloud Admin Manual' epub_author = u'The ownCloud developers' epub_publisher = u'The ownCloud developers' -epub_copyright = u'2012-2013, The ownCloud developers' +epub_copyright = u'2012-2014, The ownCloud developers' # The language of the text. It defaults to the language option # or en if the language is not set.