summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2019-05-14 17:09:49 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2019-05-14 17:09:49 +0900
commitbb6349428de332faae90ed54322d1a341ae6f978 (patch)
tree11de70f8f7566fc4eb867ddb838fad9786f3ac33
parentf619d9e3afd9efc0e2d3a306f89eabef908e134b (diff)
downloadibus-anthy-bb6349428de332faae90ed54322d1a341ae6f978.tar.gz
Release 1.5.111.5.11
engine: Load $HOME/.XCompose file tests: Fixed some errors in the Makefile script tests: Added GTK_IM_MODULE=ibus tests: Enabled tests on console engine: input mode should be changed even if the mode is hidden configure: Replaced AC_PROG_LIBTOOL with LT_INIT gir: Fixed deprecated g_type_class_add_private() (#9) data: Replace appdata with metainfo (#10) tests: Fixed a build error with a different srcdir build: Prefer gettext over intltool (#11) (Martin Blanchard) Enable to link anthy-unicode gir: Add Anthy.GContext.set_logger() tests: Set GTK_IM_MODULE in test-console.sh gschema: Set default input mode to Latin NEWS: Add shortlog default.xml: Rename to default.inputMethod.xml to use ibus.its Update po files Updated emoji dictionary for emoji 12.0 engine: Rename anthy.xml.in.in to anthy.inputMethod.xml.in.in
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d27200..06c4521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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], [10])
+m4_define([ibus_anthy_micro_version], [11])
m4_define([ibus_abi_current], [5])
m4_define([ibus_abi_revision],
[m4_eval(100 * ibus_anthy_minor_version + ibus_anthy_micro_version)])