diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2019-12-16 20:32:05 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2019-12-16 20:32:05 +0900 |
commit | 2f9d36eaab68f93a3e00c282174ebffcdc9f3b39 (patch) | |
tree | c83218e0e9c3a3219618e7b461dac38af1e7d304 | |
parent | 1f88f4d693fe25b72c6ca01e1c38001206b9c318 (diff) | |
download | isf-2f9d36eaab68f93a3e00c282174ebffcdc9f3b39.tar.gz isf-2f9d36eaab68f93a3e00c282174ebffcdc9f3b39.tar.bz2 isf-2f9d36eaab68f93a3e00c282174ebffcdc9f3b39.zip |
Update package version to 5.5.20submit/tizen_5.5/20191216.114719
Change-Id: I3ca3aaf0d3ffca047341f49d9f458a341371a221
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-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 e74f3bdb..d781039b 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.19, isf@samsung.com) +AC_INIT(isf, 5.5.20, 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=5 ISF_MINOR_VERSION=5 -ISF_MICRO_VERSION=19 +ISF_MICRO_VERSION=20 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION diff --git a/packaging/isf.spec b/packaging/isf.spec index 9c33da22..142a98fe 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.19 +Version: 5.5.20 Release: 1 Group: Graphics & UI Framework/Input License: LGPL-2.1+ |