Update package version to 7.0.5
[platform/core/uifw/isf.git] / configure.ac
index 85f76c4..d2ab7e4 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, 6.0.47, isf@samsung.com)
+AC_INIT(isf, 7.0.5, 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=6
+ISF_MAJOR_VERSION=7
 ISF_MINOR_VERSION=0
-ISF_MICRO_VERSION=47
+ISF_MICRO_VERSION=5
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION