Skip to content

Commit

Permalink
Update version number and OpenSSL, OpenLDAP versions (#977)
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 authored Sep 28, 2021
1 parent 5971e54 commit 92a5aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.11)

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 92a5aaa

Please sign in to comment.