From 05c521ed6e12140e9d565844c21125971affebeb Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 6 Jan 2022 16:19:43 +0900 Subject: [PATCH] Update package version to 7.0.1 Change-Id: Ie42ca9493e9e285c2fbf8d7aed590874808cac57 Signed-off-by: Jihoon Kim --- configure.ac | 8 ++++---- packaging/isf.spec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index cd23a2a..7f6663c 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.5.10, isf@samsung.com) +AC_INIT(isf, 7.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=6 -ISF_MINOR_VERSION=5 -ISF_MICRO_VERSION=10 +ISF_MAJOR_VERSION=7 +ISF_MINOR_VERSION=0 +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 8d2b44d..d74143e 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 6.5.10 +Version: 7.0.1 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ -- 2.7.4