Skip to content

Commit

Permalink
Qsmtp 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed Jan 6, 2020
1 parent 685c60d commit 6d28d86
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.36
VERSION 0.37
HOMEPAGE_URL "https://opensource.sf-tec.de/Qsmtp/"
LANGUAGES C)

Expand Down Expand Up @@ -44,7 +44,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.0.2 REQUIRED)

Expand Down

0 comments on commit 6d28d86

Please sign in to comment.