summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2016-01-20 16:42:59 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2016-01-20 16:45:28 +0900
commit99ac82ee10d4845c5a5805e0d3272710a6417488 (patch)
tree3bea4ac967c9305baf2c8bd7714d9e2fd65b777f /configure.ac
parentaaaec9a4cc532ab35e7500785f226baf166c7380 (diff)
downloadibus-anthy-99ac82ee10d4845c5a5805e0d3272710a6417488.tar.gz
Release 1.5.81.5.8
Updated URL in anthy.appdata.xml.in Fixed bytes to str in thumb.py for python3 Fixed get_xkb_layout in thumb.py setup: Delete a check button "Show input mode icon" Implement "Automatically commit" with periods. Updated emoji.t Fixed PyGIWarning: GdkX11 was imported without specifying a version Added Variation Sector in emoji.t Split emoji.t into emoji-each.t and emoji-emoji.t
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 936f1d3..8f4eeb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2015 Red Hat, Inc.
+# Copyright (c) 2010-2016 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2016 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
@@ -24,7 +24,7 @@ dnl - if not 1, append datestamp to the version number.
m4_define([ibus_anthy_released], [1])
m4_define([ibus_anthy_major_version], [1])
m4_define([ibus_anthy_minor_version], [5])
-m4_define([ibus_anthy_micro_version], [7])
+m4_define([ibus_anthy_micro_version], [8])
m4_define([ibus_abi_current], [5])
m4_define([ibus_abi_revision],
[m4_eval(100 * ibus_anthy_minor_version + ibus_anthy_micro_version)])