Skip to content

Commit

Permalink
Released 1.5.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fujiwarat committed Feb 5, 2014
1 parent e178155 commit dc90362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <[email protected]>
# Copyright (c) 2010-2013 Takao Fujiwara <[email protected]>
# Copyright (c) 2007-2013 Red Hat, Inc.
# Copyright (c) 2010-2014 Takao Fujiwara <[email protected]>
# 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
Expand All @@ -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)])
Expand Down

0 comments on commit dc90362

Please sign in to comment.