Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheep@ghostwheel <sheep@ghostwheel>2009-01-24 15:08:08 (GMT)
committer sheep@ghostwheel <sheep@ghostwheel>2009-01-24 15:08:08 (GMT)
commit3766e1c8f53fbe14f1afeb9afa4e93dc6fc0870a (patch)
treee001f19235beb6eece746ce5199fea97173ae2a5
parent58218c2ae24948496072705511b2f9dac021e5ed (diff)
version string changed to 1.2.21.2.2
-rwxr-xr-xhatta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hatta.py b/hatta.py
index 9357e4e..6adeef0 100755
--- a/hatta.py
+++ b/hatta.py
@@ -67,7 +67,7 @@ try:
except ImportError:
split_japanese = None
-__version__ = '1.2.1-dev'
+__version__ = '1.2.2'
class WikiConfig(object):
# Please see the bottom of the script for modifying these values.