From dc90362b9b981bb69f90fcdab313408679601cbc Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Wed, 5 Feb 2014 17:16:13 +0900 Subject: [PATCH] Released 1.5.5 Fixed IOError in print sys.stderr when the parent process exits. Added python3. Launched an error dialog when .anthy/last-record2_default.utf8 is broken. Enabled python3 in data/zipcode-textdic.py --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index fbabf0d..d20ae06 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ # ibus-anthy - The Anthy engine for IBus # # Copyright (c) 2007-2008 Peng Huang -# Copyright (c) 2010-2013 Takao Fujiwara -# Copyright (c) 2007-2013 Red Hat, Inc. +# Copyright (c) 2010-2014 Takao Fujiwara +# Copyright (c) 2007-2014 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_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [5]) -m4_define([ibus_micro_version], [4]) +m4_define([ibus_micro_version], [5]) m4_define([ibus_abi_current], [5]) m4_define([ibus_abi_revision], [m4_eval(100 * ibus_minor_version + ibus_micro_version)])