diff options
author | Suyeon Hwang <stom.hwang@samsung.com> | 2020-04-16 18:09:24 +0900 |
---|---|---|
committer | Suyeon Hwang <stom.hwang@samsung.com> | 2020-04-16 18:09:24 +0900 |
commit | d47e196e3ddd155e2c87694be6b81e3dc61e48b2 (patch) | |
tree | 0d38805beae85a77f88e8951bdb1eb29aea00a92 | |
parent | 8e8a445aeeadd81db766eb4c88d06d7df59ab8ef (diff) | |
download | voice-control-accepted/tizen_5.5_unified.tar.gz voice-control-accepted/tizen_5.5_unified.tar.bz2 voice-control-accepted/tizen_5.5_unified.zip |
Update version to 1.55.2submit/tizen_5.5_wearable_hotfix/20201026.184305submit/tizen_5.5/20200416.091329accepted/tizen/5.5/unified/wearable/hotfix/20201027.110408accepted/tizen/5.5/unified/20200416.164822tizen_5.5_wearable_hotfixaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified
Change-Id: I074eb2ad66a1b56327096840dc3f6add57aad8b3
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/voice-control.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 88ac895..3fe6c91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ PROJECT(vc) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(EXEC_PREFIX "${PREFIX}") -SET(VERSION 1.55.1) +SET(VERSION 1.55.2) FIND_PROGRAM(UNAME NAMES uname) EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH") diff --git a/packaging/voice-control.spec b/packaging/voice-control.spec index 44ecc1d..6837c86 100644 --- a/packaging/voice-control.spec +++ b/packaging/voice-control.spec @@ -1,6 +1,6 @@ Name: voice-control Summary: Voice control client library and daemon -Version: 1.55.1 +Version: 1.55.2 Release: 1 Group: Graphics & UI Framework/Voice Framework License: Apache-2.0 |