Skip to content

Commit

Permalink
Qsmtp version 0.29
Browse files Browse the repository at this point in the history
svn path=/tags/Qsmtp-0.29/; revision=2365
  • Loading branch information
DerDakon committed Sep 23, 2014
1 parent 1927e79 commit 0a84e0b
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 28)
SET(QSMTP_VERSION_EXTRAVERSION svn)
SET(QSMTP_VERSION_MINOR 29)
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 0a84e0b

Please sign in to comment.