Update package version to 6.0.7
[platform/core/uifw/isf.git] / configure.ac
index 6aef206..6b5ee1a 100644 (file)
@@ -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, 5.5.21, isf@samsung.com)
+AC_INIT(isf, 6.0.7, isf@samsung.com)
 AC_CONFIG_SRCDIR([ism/src/scim.h])
 
 ###########################################################
@@ -8,9 +8,9 @@ AC_CONFIG_SRCDIR([ism/src/scim.h])
 ###########################################################
 
 # ISF version
-ISF_MAJOR_VERSION=5
-ISF_MINOR_VERSION=5
-ISF_MICRO_VERSION=21
+ISF_MAJOR_VERSION=6
+ISF_MINOR_VERSION=0
+ISF_MICRO_VERSION=7
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION