diff options
author | Inhong Han <inhong1.han@samsung.com> | 2024-04-18 16:19:49 +0900 |
---|---|---|
committer | Inhong Han <inhong1.han@samsung.com> | 2024-04-18 16:19:49 +0900 |
commit | 7c1dbf371991b83570c0933c945c68f05c0766ac (patch) | |
tree | 9992d835d8cc47977002ff990ccfbac92e7bde9a | |
parent | db6793d7c8df13e4c5542269ce736124d31e609d (diff) | |
download | isf-7c1dbf371991b83570c0933c945c68f05c0766ac.tar.gz isf-7c1dbf371991b83570c0933c945c68f05c0766ac.tar.bz2 isf-7c1dbf371991b83570c0933c945c68f05c0766ac.zip |
Update package version to 9.0.8
Change-Id: I0bb8ff6d0b93deb5db81fdc6199df95c12d16131
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | packaging/isf.spec | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3bf4b61f..64c20e72 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.7, isf@samsung.com) +AC_INIT(isf, 9.0.8, 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=7 +ISF_MICRO_VERSION=8 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 08977ff5..a1ce21f3 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.7 +Version: 9.0.8 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ |