X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=cc5eb33b5e18151b71e4f13bfb4bcc3e71a18c2a;hb=687f0a39c36c443b604ffaa79a469b848840ffc1;hp=d1dcdae10dff7410ca2670627715b3297854bea4;hpb=05253968ea55431dd32c6956188e939d8211e65a;p=platform%2Fcore%2Fuifw%2Fisf.git diff --git a/configure.ac b/configure.ac index d1dcdae..cc5eb33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script #AC_INIT(scim, 1.4.7, suzhe@tsinghua.org.cn) -AC_INIT(isf, 6.0.42, isf@samsung.com) +AC_INIT(isf, 6.0.43, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) ########################################################### @@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([ism/src/scim.h]) # ISF version ISF_MAJOR_VERSION=6 ISF_MINOR_VERSION=0 -ISF_MICRO_VERSION=42 +ISF_MICRO_VERSION=43 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION