Skip to content

Commit 8b40029

Browse files
committed
Update version number
IB-8529 Signed-off-by: Raul Metsma <[email protected]>
1 parent 62f084e commit 8b40029

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ cmake_minimum_required(VERSION 3.22)
22
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/common/CMakeLists.txt)
33
message(FATAL_ERROR "common submodule directory empty, did you 'git clone --recursive'?")
44
endif()
5-
project(qdigidoc4 VERSION 4.9.0)
5+
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+
)
69

710
macro(SET_ENV NAME DEF)
811
if(DEFINED ENV{${NAME}})

0 commit comments

Comments
 (0)