Skip to content

Commit

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

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Sep 27, 2021
1 parent 616d023 commit 8ca3520
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
"zlib:x64-windows-v${{ matrix.toolset }}"
"boost-test:x86-windows-v${{ matrix.toolset }}"
"boost-test:x64-windows-v${{ matrix.toolset }}"
vcpkgGitCommitId: d417ae59d6e9aa20d9f812b5deb966645c54687d
vcpkgGitCommitId: 772d435ba18bf2f342458e0187ab7b48b84fe3f0
- name: Install dependencies
run: choco install doxygen.install swig -y > $null
- name: Build xsd
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(libdigidocpp VERSION 3.14.7)
project(libdigidocpp VERSION 3.14.8)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
Expand Down
2 changes: 1 addition & 1 deletion etc/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = @CMAKE_SOURCE_DIR@/cmake/modules/ID.ico
PROJECT_LOGO = @CMAKE_MODULE_PATH@/ID.ico

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down
2 changes: 1 addition & 1 deletion prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ XERCES_DIR=xerces-c-3.2.3
XALAN_DIR=xalan_c-1.12
XMLSEC_DIR=xml-security-c-2.0.2
XSD=xsd-4.0.0-i686-macosx
OPENSSL_DIR=openssl-1.1.1k
OPENSSL_DIR=openssl-1.1.1l
LIBXML2_DIR=libxml2-2.9.10
ANDROID_NDK=android-ndk-r21e
FREETYPE_DIR=freetype-2.10.1
Expand Down

0 comments on commit 8ca3520

Please sign in to comment.