We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f084e commit 8b40029Copy full SHA for 8b40029
CMakeLists.txt
@@ -2,7 +2,10 @@ cmake_minimum_required(VERSION 3.22)
2
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/common/CMakeLists.txt)
3
message(FATAL_ERROR "common submodule directory empty, did you 'git clone --recursive'?")
4
endif()
5
-project(qdigidoc4 VERSION 4.9.0)
+project(qdigidoc4 VERSION 4.9.1
6
+ DESCRIPTION "DigiDoc4 application for digital signing and encryption"
7
+ HOMEPAGE_URL https://github.com/open-eid/DigiDoc4-Client
8
+)
9
10
macro(SET_ENV NAME DEF)
11
if(DEFINED ENV{${NAME}})
0 commit comments