Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rusdevops authored Nov 30, 2017
1 parent ef29381 commit 9861869
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY build/lib)

SET(CMAKE_VERBOSE_MAKEFILE ON)

# Package version number
SET(VMIME_VERSION_MAJOR 0)
SET(VMIME_VERSION_MINOR 9)
SET(VMIME_VERSION_PATCH 2)
set(VMIME_VERSION ${VMIME_VERSION_MAJOR}.${VMIME_VERSION_MINOR}.${VMIME_VERSION_PATCH})

# Project
PROJECT(vmime)
PROJECT(vmime VERSION ${VMIME_VERSION})

# Hunter package
hunter_add_package(OpenSSL)
Expand All @@ -67,11 +72,6 @@ configure_package_config_file(
INSTALL_DESTINATION "${CONFIG_INSTALL_DIR}"
)

# Package version number
SET(VMIME_VERSION_MAJOR 0)
SET(VMIME_VERSION_MINOR 9)
SET(VMIME_VERSION_MICRO 2)

# API version number (libtool)
#
# Increment this number only immediately before a public release.
Expand Down

0 comments on commit 9861869

Please sign in to comment.