OSDN Git Service

conf.pyのバージョンを昇格.
authorrezoo <rezoolab@gmail.com>
Fri, 3 Sep 2010 15:24:25 +0000 (00:24 +0900)
committerrezoo <rezoolab@gmail.com>
Fri, 3 Sep 2010 15:24:25 +0000 (00:24 +0900)
conf.py

diff --git a/conf.py b/conf.py
index ffb01fb..6cc4401 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -38,16 +38,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'OMake'
-copyright = u'2009, rezoo'
+copyright = u'2009-2010, rezoo'
 
 # 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 = '0.9.8.5'
+version = '1.2.6'
 # The full version, including alpha/beta/rc tags.
-release = '0.9.8.5'
+release = '1.2.6'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -200,7 +200,7 @@ html_logo = "_static/omake.gif"
 
 html_last_updated_fmt = '%Y/%m/%d'
 
-html_title = u"OMake マニュアル 日本語訳"
+html_title = u"OMakeマニュアル 日本語訳"
 
 # -- Options for PDF output --------------------------------------------------