From c7505a4cd4956e2aa5cceee50f9787b69c631dfd Mon Sep 17 00:00:00 2001 From: InHong Han Date: Mon, 3 May 2021 13:15:17 +0900 Subject: [PATCH] Update package version to 6.5.1 Change-Id: Id83655307ea4ada2d11a5507dde63296b1fb59c4 --- configure.ac | 6 +++--- packaging/isf.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 85f76c4..4ef1845 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.0.47, isf@samsung.com) +AC_INIT(isf, 6.5.1, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) ########################################################### @@ -9,8 +9,8 @@ AC_CONFIG_SRCDIR([ism/src/scim.h]) # ISF version ISF_MAJOR_VERSION=6 -ISF_MINOR_VERSION=0 -ISF_MICRO_VERSION=47 +ISF_MINOR_VERSION=5 +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 a27a828..291183c 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 6.0.47 +Version: 6.5.1 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ -- 2.7.4