Skip to content

Commit 8db93c4

Browse files
committed
Release v1.1.1
2 parents 8309b50 + c117db9 commit 8db93c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
COMMS_TAG: v5.3
12-
COMMSDSL_TAG: v7.0
12+
COMMSDSL_TAG: v7.0.2
1313
CC_ASN1_COMMSDSL_TAG: v0.4
1414

1515
jobs:

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ option (CC_X509_BUILD_EMSCRIPTEN "Build and install project generated by the com
3232

3333
################################################
3434

35-
set (CC_X509_VERSION "1.1")
36-
set (CC_X509_MIN_COMMSDSL_VERSION "7.0")
35+
set (CC_X509_VERSION "1.1.1")
36+
set (CC_X509_MIN_COMMSDSL_VERSION "7.0.2")
3737

3838
if ("${CMAKE_CXX_STANDARD}" STREQUAL "")
3939
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)