Skip to content

Commit

Permalink
Qsmtp 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed Oct 9, 2020
1 parent 5844019 commit 1c891d8
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 FATAL_ERROR)

project(Qsmtp
VERSION 0.37
VERSION 0.38
HOMEPAGE_URL "https://opensource.sf-tec.de/Qsmtp/"
LANGUAGES C)

Expand Down Expand Up @@ -56,7 +56,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 1c891d8

Please sign in to comment.