From b33b58521823d6a5150659118e19e469fdbb50a8 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 8 Aug 2019 15:07:38 +0900 Subject: [PATCH] Update package version to 5.5.10 Change-Id: I3192b12d88785df3bae0861dc386fce386ce2dab Signed-off-by: Jihoon Kim --- configure.ac | 2 +- packaging/isf.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 66e470f..92e4094 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, 5.5.9, isf@samsung.com) +AC_INIT(isf, 5.5.10, isf@samsung.com) AC_CONFIG_SRCDIR([ism/src/scim.h]) ########################################################### diff --git a/packaging/isf.spec b/packaging/isf.spec index 09012f6..b0d481a 100644 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -3,7 +3,7 @@ %bcond_with wayland Name: isf Summary: Input Service Framework -Version: 5.5.9 +Version: 5.5.10 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ -- 2.7.4