diff options
author | Li Zhang <li2012.zhang@samsung.com> | 2015-07-10 19:33:36 +0800 |
---|---|---|
committer | Li Zhang <li2012.zhang@samsung.com> | 2015-10-20 15:25:24 +0800 |
commit | 8e422e0455626aa62a3f2b9ce703e819b31985fd (patch) | |
tree | ac6ed6937551882cf4d2b90c88a6a6099732bcfd | |
parent | 3431e0a90f92013299ddc3acfcd3a4872e1a183e (diff) | |
download | ise-engine-anthy-8e422e0455626aa62a3f2b9ce703e819b31985fd.tar.gz ise-engine-anthy-8e422e0455626aa62a3f2b9ce703e819b31985fd.tar.bz2 ise-engine-anthy-8e422e0455626aa62a3f2b9ce703e819b31985fd.zip |
Update package version to 1.0.0
Change-Id: I2ae31e57a845909b221e233d7e91e37b813b57f2
Signed-off-by: Li Zhang <li2012.zhang@samsung.com>
-rwxr-xr-x | configure.ac | 6 | ||||
-rw-r--r-- | packaging/ise-engine-anthy.spec | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 247dba4..00897f1 100755 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,16 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) # base on scim-anthy-1.2.7 -AC_INIT(ise-engine-anthy, 0.0.0125, ashie@homa.ne.jp) +AC_INIT(ise-engine-anthy, 1.0.0, ashie@homa.ne.jp) AC_CONFIG_SRCDIR([configure.ac]) # Save this value here, since automake will set cflags and cxxflags later cflags_set=${CFLAGS+set} cppflags_set=${CPPFLAGS+set} -SCIM_ANTHY_MAJOR_VERSION=0 +SCIM_ANTHY_MAJOR_VERSION=1 SCIM_ANTHY_MINOR_VERSION=0 -SCIM_ANTHY_MICRO_VERSION=0125 +SCIM_ANTHY_MICRO_VERSION=0 SCIM_ANTHY_VERSION=$SCIM_ANTHY_MAJOR_VERSION.$SCIM_ANTHY_MINOR_VERSION.$SCIM_ANTHY_MICRO_VERSION diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec index dba01f6..bc8da71 100644 --- a/packaging/ise-engine-anthy.spec +++ b/packaging/ise-engine-anthy.spec @@ -1,6 +1,6 @@ Name: ise-engine-anthy Summary: Anthy (Japanese) Input Method Engine for ISF -Version: 0.4.0 +Version: 1.0.0 Release: 1 Group: Graphics & UI Framework/Input License: GPL-2.0+ |