From 12a7b495084b9bc490ed3940bb01f90d027bf1ca Mon Sep 17 00:00:00 2001 From: Adam Malinowski Date: Wed, 28 Jan 2015 14:55:58 +0100 Subject: [PATCH] Release 0.1.0 Change-Id: Iea2a456b2d54840617cca92a8c247217ed75d448 --- CMakeLists.txt | 2 +- changelog | 12 ++++++++++++ packaging/askuser.spec | 2 +- src/common/CMakeLists.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92e9414..079853f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) PROJECT("askuser") -set(ASKUSER_VERSION 0.0.1) +set(ASKUSER_VERSION 0.1.0) ############################# cmake packages ################################## diff --git a/changelog b/changelog index e69de29..6b46c48 100644 --- a/changelog +++ b/changelog @@ -0,0 +1,12 @@ +Release: 0.1.0 +Date: 2015.01.28 +Name: First version of askuser agent and plugins + +Libraries: +libaskuser-common.0.1.0 + +Description: +First version of askuser extension. Contains agent based on tizen +notification system and plugins for cynara service and clients. + +############################## diff --git a/packaging/askuser.spec b/packaging/askuser.spec index b044e24..f614e26 100644 --- a/packaging/askuser.spec +++ b/packaging/askuser.spec @@ -1,6 +1,6 @@ Name: askuser Summary: Agent service for Cynara 'ask user' policy -Version: 0.0.1 +Version: 0.1.0 Release: 1 Group: Security/Access Control License: Apache-2.0 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index eb97e62..22cb4b2 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -22,7 +22,7 @@ PKG_CHECK_MODULES(COMMON_DEP ) SET(ASKUSER_COMMON_VERSION_MAJOR 0) -SET(ASKUSER_COMMON_VERSION ${ASKUSER_COMMON_VERSION_MAJOR}.0.1) +SET(ASKUSER_COMMON_VERSION ${ASKUSER_COMMON_VERSION_MAJOR}.1.0) SET(COMMON_DEPS libsystemd-journal -- 2.7.4