From 60fdc08599a90289b5aeecbed19d0469855c30e3 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 19 Dec 2017 13:31:58 +0900 Subject: [PATCH] Update package version to 5.0.1 Change-Id: Ibdd1700e68f80e27925d9f55eeb5c5fde155d83d 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 d223b87..2edc1b5 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, 4.0.37, isf@samsung.com) +AC_INIT(isf, 5.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=4 +ISF_MAJOR_VERSION=5 ISF_MINOR_VERSION=0 -ISF_MICRO_VERSION=37 +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 505b087..aa5cb82 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 4.0.37 +Version: 5.0.1 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ -- 2.7.4