From 9fbd58fdc0818a3f547191b8c104bddf4e7f76c7 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 14 Apr 2017 19:14:07 +0900 Subject: [PATCH] Update package version to 4.0.1 Change-Id: I659f33bb3e5e8c4874ed35d0a29caae1565e522b Signed-off-by: Jihoon Kim --- configure.ac | 6 +++--- packaging/isf.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4056df4..08a8f04 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, 3.0.186, isf@samsung.com) +AC_INIT(isf, 4.0.1, 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=3 +ISF_MAJOR_VERSION=4 ISF_MINOR_VERSION=0 -ISF_MICRO_VERSION=186 +ISF_MICRO_VERSION=1 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index b83b572..b03af91 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 3.0.186 +Version: 4.0.1 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ -- 2.7.4