Skip to content

Commit

Permalink
Released 1.5.7
Browse files Browse the repository at this point in the history
Fixed no parent when click on shortcut keys.
Updated emoji.t
Added textdomain in default.xml
Added anthy.appdata.xml
Fixed to import sys (#1214092)
Added icon_prop_key in default.xml
  • Loading branch information
fujiwarat committed Jul 16, 2015
1 parent e44c3f9 commit b9f1f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [6])
m4_define([ibus_anthy_micro_version], [7])
m4_define([ibus_abi_current], [5])
m4_define([ibus_abi_revision],
[m4_eval(100 * ibus_anthy_minor_version + ibus_anthy_micro_version)])
Expand Down

0 comments on commit b9f1f52

Please sign in to comment.