############################# Check minimum CMake version #####################
CMAKE_MINIMUM_REQUIRED(VERSION 3.18)
-PROJECT(${PROJECT_NAME})
+PROJECT(${PROJECT_NAME} VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
############################# Generate compile_commands.json ##################################
%{!?build_type:%global build_type RELEASE}
-%global version_major 0
+%global version_major 1
%global version_minor 0
%global version_patch 1
%global version_release 1
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(libtzplatform-config)
-BuildRequires: pkgconfig(webauthn-hal)
+BuildRequires: pkgconfig(webauthn-hal) >= 1.0.1
BuildRequires: pkgconfig(libwebsockets)
BuildRequires: pkgconfig(capi-network-bluetooth)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(openssl3)
%endif
-Requires: webauthn
+Requires: webauthn >= 1.0.1
%description
Adaptation Layer of Web Authentication Service for BLE Authenticator