From ff99fea2511a30d4af6b2562f84a44f6997a589a Mon Sep 17 00:00:00 2001 From: "wn.jang" Date: Fri, 4 Dec 2020 18:34:29 +0900 Subject: [PATCH] Update version to 1.60.0 Change-Id: I1fed224c2bb42b53ff5b43a9affd5a1a69a42673 --- CMakeLists.txt | 4 ++-- packaging/voice-control-elm.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8d30cc..abfef8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(voice-control-elm) SET(LIBRARY_NAME "vc-elm") -#SET(VOICE_CONTROL_ELM_VERSION_MAJOR 0) -#SET(VOICE_CONTROL_ELM_VERSION_MINOR 2) +#SET(VOICE_CONTROL_ELM_VERSION_MAJOR 1) +#SET(VOICE_CONTROL_ELM_VERSION_MINOR 60) #SET(VOICE_CONTROL_ELM_VERSION_PATCH 0) SET(VERSION ${VERSION}) diff --git a/packaging/voice-control-elm.spec b/packaging/voice-control-elm.spec index e6aa681..862e69b 100644 --- a/packaging/voice-control-elm.spec +++ b/packaging/voice-control-elm.spec @@ -1,6 +1,6 @@ Name: voice-control-elm Summary: voice-control-elm library -Version: 0.2.1 +Version: 1.60.0 Release: 1 Group: Graphics & UI Framework/Voice Framework License: Apache-2.0 -- 2.7.4