Skip to content

Commit

Permalink
3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsu0413 committed Oct 5, 2023
1 parent 696f7fe commit 4872fa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CMake
on: [push]

env:
FS_OPENSSL_VERSION_STR: "3.0.10"
FS_OPENSSL_VERSION_STR: "3.0.11"

jobs:
build-ubuntu:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
cmake_minimum_required(VERSION 3.22)

project(OpenSSL
VERSION 3.0.10
VERSION 3.0.11
DESCRIPTION "TLS/SSL and crypto library"
HOMEPAGE_URL "https://www.openssl.org/"
LANGUAGES C CXX
)

# for generating opensslv.h
set(OPENSSL_RELEASE_DATE "1 Aug 2023")
set(OPENSSL_RELEASE_DATE "19 Sep 2023")

if (PROJECT_VERSION_MAJOR LESS 3)
set(OPENSSL_VERSION_PRE3_SUFFICES
Expand Down
2 changes: 1 addition & 1 deletion openssl
Submodule openssl updated 109 files

0 comments on commit 4872fa7

Please sign in to comment.