summaryrefslogtreecommitdiff
path: root/engine/python2/_config.py.in
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2017-12-28 20:48:32 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2017-12-28 20:48:32 +0900
commit89f8ddf86f417ed3074532e7b66f5eabc9595984 (patch)
tree7c74356b963fd56a88ce4a2e74759612c424a93a /engine/python2/_config.py.in
parentae039c727a89c8a27d5224adafb656a37d345d22 (diff)
downloadibus-anthy-89f8ddf86f417ed3074532e7b66f5eabc9595984.tar.gz
Migrated DConf to GSettings for python2
Diffstat (limited to 'engine/python2/_config.py.in')
-rw-r--r--engine/python2/_config.py.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/python2/_config.py.in b/engine/python2/_config.py.in
index d78d182..f7eff10 100644
--- a/engine/python2/_config.py.in
+++ b/engine/python2/_config.py.in
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2016 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2016 Red Hat, Inc.
+# Copyright (c) 2010-2017 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2017 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -27,4 +27,5 @@ LOCALEDIR = '@datadir@/locale'
LAYOUT = '@LAYOUT@'
SYMBOL_CHAR = unichr(@SYMBOL_CHAR_INT@)
ICON_PREFERENCE = '@ICON_PREFERENCE@'
+VERSION = '@VERSION@'
DEBUG = False