Skip to content

Commit

Permalink
Qsmtp version 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed May 21, 2016
1 parent efe2e0e commit 35f0669
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
Expand Up @@ -27,8 +27,8 @@ endif ()
set(AUTOQMAIL "${AUTOQMAIL}" CACHE PATH "Directory of qmail installation (usually /var/qmail)")

set(QSMTP_VERSION_MAJOR 0)
set(QSMTP_VERSION_MINOR 31)
set(QSMTP_VERSION_EXTRAVERSION dev)
set(QSMTP_VERSION_MINOR 32)
set(QSMTP_VERSION_EXTRAVERSION)
set(QSMTP_VERSION "${QSMTP_VERSION_MAJOR}.${QSMTP_VERSION_MINOR}${QSMTP_VERSION_EXTRAVERSION}")

find_package(OpenSSL REQUIRED)
Expand Down

0 comments on commit 35f0669

Please sign in to comment.