[kde-doc-english] [kajongg] /: up version to 4.11.0
Wolfgang Rohdewald
wolfgang at rohdewald.de
Tue Aug 13 20:43:30 UTC 2013
Git commit f4a0d7cb8f15e3932c01c1c3efb034380f489e19 by Wolfgang Rohdewald.
Committed on 13/08/2013 at 19:52.
Pushed by wrohdewald into branch 'master'.
up version to 4.11.0
the c/s protocol will change with next commit, so we need a new 4.X
M +1 -1 doc/index.docbook
M +1 -1 setup.py
M +1 -1 src/common.py
http://commits.kde.org/kajongg/f4a0d7cb8f15e3932c01c1c3efb034380f489e19
diff --git a/doc/index.docbook b/doc/index.docbook
index eafefe3..1b5adf8 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -3,7 +3,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kajongg "<application>Kajongg</application>">
<!ENTITY kappname "&kajongg;">
- <!ENTITY kappversion "4.9.0"><!--Application version. Use this variable everywhere it is needed.-->
+ <!ENTITY kappversion "4.11.0"><!--Application version. Use this variable everywhere it is needed.-->
<!ENTITY package "kdegames"> <!-- do not change this! -->
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE"> <!-- do not change this! -->
diff --git a/setup.py b/setup.py
index 2446d17..49b5eca 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if not hasattr(sys, 'version_info') or sys.version_info < (2, 6, 0, 'final'):
FULLAUTHOR = "Wolfgang Rohdewald <wolfgang at rohdewald.de>"
LICENSE = 'GNU General Public License v2'
URL = "http://www.kde.org/applications/games/kajongg/"
-VERSION = "4.9.0"
+VERSION = "4.11.0"
# =======================================================
diff --git a/src/common.py b/src/common.py
index 039fe35..011e600 100644
--- a/src/common.py
+++ b/src/common.py
@@ -98,7 +98,7 @@ Options {stropt} take a string argument like {example}""".format(
class InternalParameters:
"""they are never saved in a config file. Some of them
can be defined on the command line."""
- version = '4.9.0'
+ version = '4.11.0'
scaleScene = True
reactor = None
game = None # will only be set by command line --game
More information about the kde-doc-english
mailing list