- Fix retrieving app component type
This commit changes versionning on tizen branch because
of differences between Tizen 5.5 and 6.0 (ie. the compiler).
Change-Id: If07530a1ef7a26c45265a3bb9794b628ba504af5
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
PROJECT("askuser")
SET(ASKUSER_VERSION_MAJOR 0)
-SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.5.9)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.6.0)
############################# cmake packages ##################################
Name: askuser-notification
Summary: User daemon which shows popup with privilege request
-Version: 0.5.9
+Version: 0.6.0
Release: 1
Group: Security/Access Control
License: Apache-2.0
+Thu Sep 03 2020 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.6.0
+- Fix retrieving app component type
+
Wed Aug 05 2020 Mateusz Cegielka <m.cegielka@samsung.com>
Release version 0.5.9
- Merge changes Ie0d96e84,I8418a739,Ib5879a39,I29deb31f,Ie8f5b988, ... into tizen