From 2999c59c26206da977f72713bcd9d406142893cd Mon Sep 17 00:00:00 2001 From: Sungwook Park Date: Wed, 2 Sep 2020 10:31:00 +0900 Subject: [PATCH] Update pacakge version to 1.0.0 Change-Id: I63454e0930e954c9dccd064fca31df463274dbf2 Signed-off-by: Sungwook Park --- CMakeLists.txt | 2 +- packaging/capi-ui-gesture.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ccea7d..ab48ba4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(capi-ui-gesture) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(EXEC_PREFIX "${PREFIX}") -SET(VERSION 0.2.56) +SET(VERSION 1.0.0) ADD_DEFINITIONS("-Werror") diff --git a/packaging/capi-ui-gesture.spec b/packaging/capi-ui-gesture.spec index 7aa6b55..3602853 100644 --- a/packaging/capi-ui-gesture.spec +++ b/packaging/capi-ui-gesture.spec @@ -1,6 +1,6 @@ Name: capi-ui-gesture Summary: Gesture client library and daemon -Version: 0.0.1 +Version: 1.0.0 Release: 1 Group: Graphics & UI Framework/Input License: Apache-2.0 -- 2.7.4