Skip to content

Commit

Permalink
Update version number and OpenSSL, OpenLDAP versions
Browse files Browse the repository at this point in the history
IB-6849, IB-7141, IB-7128

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Sep 1, 2021
1 parent 4b20375 commit 9b87c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.10)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0074 NEW)
endif()
project(qdigidoc4 VERSION 4.2.9)
project(qdigidoc4 VERSION 4.2.11)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand All @@ -12,7 +12,7 @@ include( GNUInstallDirs )
include( VersionInfo )

find_package( PKCS11 )
find_package( LibDigiDocpp 3.14.5 REQUIRED )
find_package( LibDigiDocpp 3.14.7 REQUIRED )
find_package( LDAP REQUIRED )
find_package( Qt5 5.9.0 REQUIRED COMPONENTS Core Widgets Network PrintSupport Svg LinguistTools )

Expand Down
4 changes: 2 additions & 2 deletions prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e

######### Versions of libraries/frameworks to be compiled
QT_VER="5.12.11"
OPENSSL_VER="1.1.1k"
OPENLDAP_VER="2.5.5"
OPENSSL_VER="1.1.1l"
OPENLDAP_VER="2.5.7"
REBUILD=false
BUILD_PATH=~/cmake_builds
: ${MACOSX_DEPLOYMENT_TARGET:="10.13"}
Expand Down

0 comments on commit 9b87c9e

Please sign in to comment.