From b27e126034d957e8b3270d00a055cd4c1198529c Mon Sep 17 00:00:00 2001 From: "wn.jang" Date: Fri, 10 Dec 2021 10:18:57 +0900 Subject: [PATCH] Update version to 0.65.1 Change-Id: I97f1cd28217219ed99fc9f82b2b8793116a7fb84 --- CMakeLists.txt | 2 +- packaging/voice-control-elm.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67300b3..f32522a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ PROJECT(voice-control-elm) SET(LIBRARY_NAME "vc-elm") #SET(VOICE_CONTROL_ELM_VERSION_MAJOR 0) #SET(VOICE_CONTROL_ELM_VERSION_MINOR 65) -#SET(VOICE_CONTROL_ELM_VERSION_PATCH 0) +#SET(VOICE_CONTROL_ELM_VERSION_PATCH 1) SET(VERSION ${VERSION}) # pkg config tool diff --git a/packaging/voice-control-elm.spec b/packaging/voice-control-elm.spec index 001768d..92234c5 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.65.0 +Version: 0.65.1 Release: 1 Group: Graphics & UI Framework/Voice Framework License: Apache-2.0 -- 2.7.4