diff --git a/data/man/conf.py b/data/man/conf.py index e98ebe14d..e30f764b8 100644 --- a/data/man/conf.py +++ b/data/man/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.1' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = 'trunk' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/cs/conf.py b/data/man/cs/conf.py index 9b2d080dc..bd708095a 100644 --- a/data/man/cs/conf.py +++ b/data/man/cs/conf.py @@ -41,16 +41,16 @@ master_doc = 'cs' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.0' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/fr/conf.py b/data/man/fr/conf.py index e3032122c..6a41407b4 100644 --- a/data/man/fr/conf.py +++ b/data/man/fr/conf.py @@ -41,16 +41,16 @@ master_doc = 'fr' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.1' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = 'trunk' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/nl/conf.py b/data/man/nl/conf.py index 7051178f7..dba062066 100644 --- a/data/man/nl/conf.py +++ b/data/man/nl/conf.py @@ -41,16 +41,16 @@ master_doc = 'nl' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.0' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/pl/conf.py b/data/man/pl/conf.py index 01783a3a9..0298f410e 100644 --- a/data/man/pl/conf.py +++ b/data/man/pl/conf.py @@ -41,16 +41,16 @@ master_doc = 'pl' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.0' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/pt_BR/conf.py b/data/man/pt_BR/conf.py index 4f6a5c1a0..086347b4e 100644 --- a/data/man/pt_BR/conf.py +++ b/data/man/pt_BR/conf.py @@ -41,16 +41,16 @@ master_doc = 'pt_BR' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.0' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/sv/conf.py b/data/man/sv/conf.py index 1e5217d7c..599444877 100644 --- a/data/man/sv/conf.py +++ b/data/man/sv/conf.py @@ -41,16 +41,16 @@ master_doc = 'sv' # General information about the project. project = u'Gramps' -copyright = u'2012, Gramps project' +copyright = u'2014, Gramps project' # 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 = '4.0' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/data/man/update_man.py b/data/man/update_man.py index a3af71c18..2235b6f83 100644 --- a/data/man/update_man.py +++ b/data/man/update_man.py @@ -43,7 +43,7 @@ except: DOCUTILS = False LANGUAGES = ['sv', 'nl', 'pl', 'cs', 'pt_BR', 'fr'] -VERSION = '4.0.0' +VERSION = '4.2.0' DATE = '' # You can set these variables from the command line.