From 65f933ff7e262032aac92d66e6dffc29fff6b681 Mon Sep 17 00:00:00 2001 From: Inhong Han Date: Tue, 9 Jan 2024 14:45:29 +0900 Subject: [PATCH] Update package version to 9.0.2 Change-Id: I832d4ffd557f5c94d3e7676cc92043651bc7dad2 --- configure.ac | 4 ++-- packaging/isf.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d98c975..c198e1a 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, 9.0.1, isf@samsung.com) +AC_INIT(isf, 9.0.2, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) ########################################################### @@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([ism/src/scim.h]) # ISF version ISF_MAJOR_VERSION=9 ISF_MINOR_VERSION=0 -ISF_MICRO_VERSION=1 +ISF_MICRO_VERSION=2 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 0afa119..9a8e9fb 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 9.0.1 +Version: 9.0.2 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ -- 2.7.4