Skip to content

Commit

Permalink
Qsmtp 0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed Aug 28, 2023
1 parent 6ba8a95 commit 00212a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0...3.20 FATAL_ERROR)

project(Qsmtp
VERSION 0.38
VERSION 0.39
LANGUAGES C)
# 3.12+ HOMEPAGE_URL "https://opensource.sf-tec.de/Qsmtp/"

Expand Down Expand Up @@ -53,7 +53,7 @@ else ()
endif ()
set(AUTOQMAIL "${AUTOQMAIL}" CACHE PATH "Directory of qmail installation (usually /var/qmail)")

set(QSMTP_VERSION "${Qsmtp_VERSION}dev")
set(QSMTP_VERSION "${Qsmtp_VERSION}")

find_package(OpenSSL 1.1 REQUIRED)

Expand Down

0 comments on commit 00212a2

Please sign in to comment.